1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:08:37 +01:00

fix the :help command

This commit is contained in:
Viktor Kojouharov
2007-04-23 18:23:16 +00:00
parent 1ae53ecbf8
commit becfb9ca3f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <code class=command>:help {subject}</code>.",
null,//help,
help,
function(filter) { return get_help_completions(filter); }
],
[