From b3399cccf2fd79cc2a2fbee81deb7e775c4dc345 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 3 Dec 2007 07:13:08 +0000 Subject: [PATCH] fix typo in :help help string --- content/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands.js b/content/commands.js index 8d30576b..8bd0e0e0 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1031,7 +1031,7 @@ vimperator.Commands = function () //{{{ "
  • :help 'complete' for options (surrounded by ' and ')
  • " + "
  • :help o for mappings (no pre- or postfix)
  • " + "" + - "You can however use partial stings in the tab completion, so :help he<Tab> completes :help :help.", + "You can however use partial strings in the tab completion, so :help he<Tab> completes :help :help.", completer: function (filter) { return vimperator.completion.help(filter); } } ));