diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index d83abebf..4e6999b1 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -164,7 +164,7 @@ var g_commands = [/*{{{*/ ["help", "h"], ["h[elp] {subject}"], "Open the help window in the current tab. It can jump to the specified {subject} with :help {subject}.", - null,//help, + help, function(filter) { return get_help_completions(filter); } ], [ diff --git a/chrome/content/vimperator/vimperator.xul b/chrome/content/vimperator/vimperator.xul index 5726788c..97a60d15 100644 --- a/chrome/content/vimperator/vimperator.xul +++ b/chrome/content/vimperator/vimperator.xul @@ -36,12 +36,12 @@ the terms of any one of the MPL, the GPL or the LGPL. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> +