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

Revert 102689d248aa

Args is command completion specific.

--HG--
extra : rebase_source : 230320207a8c1fd9732e406fd217e36736982c27
This commit is contained in:
Doug Kearns
2010-11-09 00:05:26 +11:00
parent f004a80d55
commit fd9ca1487d
8 changed files with 34 additions and 33 deletions

View File

@@ -1685,7 +1685,7 @@ const Dactyl = Module("dactyl", {
}, {
argCount: "?",
bang: true,
completer: function (context, args) completion.help(context, args, unchunked),
completer: function (context) completion.help(context, unchunked),
literal: 0
});
});
@@ -1937,7 +1937,7 @@ const Dactyl = Module("dactyl", {
};
};
completion.help = function help(context, args, unchunked) {
completion.help = function help(context, unchunked) {
dactyl.initHelp();
context.title = ["Help"];
context.anchored = false;