From becfb9ca3f1b2050552988a7373e0b77363e384a Mon Sep 17 00:00:00 2001 From: Viktor Kojouharov Date: Mon, 23 Apr 2007 18:23:16 +0000 Subject: [PATCH] fix the :help command --- chrome/content/vimperator/commands.js | 2 +- chrome/content/vimperator/vimperator.xul | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"> +