1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 02:17:59 +01:00

biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help

This commit is contained in:
Martin Stubenschrott
2008-01-31 22:57:59 +00:00
parent 8e00f16baa
commit ee73cd05a9
7 changed files with 206 additions and 1195 deletions

View File

@@ -650,7 +650,7 @@ const vimperator = (function () //{{{
if (vimperator.options.getPref("firsttime", true))
{
setTimeout(function () {
vimperator.help(null, null, null, { inTab: true });
vimperator.commands.help();
vimperator.options.setPref("firsttime", false);
}, 1000);
}