1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:57:58 +01:00

fix typo in :help help string

This commit is contained in:
Doug Kearns
2007-12-03 07:13:08 +00:00
parent eb535ff8bf
commit b3399cccf2

View File

@@ -1031,7 +1031,7 @@ vimperator.Commands = function () //{{{
"<li><code class=\"command\">:help 'complete'</code> for options (surrounded by ' and ')</li>" +
"<li><code class=\"command\">:help o</code> for mappings (no pre- or postfix)</li>" +
"</ul>" +
"You can however use partial stings in the tab completion, so <code class=\"command\">:help he&lt;Tab&gt;</code> completes <code class=\"command\">:help :help</code>.",
"You can however use partial strings in the tab completion, so <code class=\"command\">:help he&lt;Tab&gt;</code> completes <code class=\"command\">:help :help</code>.",
completer: function (filter) { return vimperator.completion.help(filter); }
}
));