mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:08:00 +01:00
fixed :Help without arg
This commit is contained in:
@@ -1116,7 +1116,7 @@ vimperator.Commands = function () //{{{
|
||||
}
|
||||
));
|
||||
commandManager.add(new vimperator.Command(["H[elp]"],
|
||||
function (args, special, count, modifiers) { vimperator.Help((args || "introduction")); },
|
||||
function (args, special, count, modifiers) { vimperator.Help((args || "intro")); },
|
||||
{
|
||||
shortHelp: "Temporary function, will replace :help at some time",
|
||||
completer: function (filter) { return vimperator.completion.Help(filter); }
|
||||
|
||||
Reference in New Issue
Block a user