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:
@@ -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); }
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user