1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 04:27:59 +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

@@ -1259,7 +1259,7 @@ const Buffer = Module("buffer", {
{
argCount: "?",
completer: function (context) {
completion.optionValue(context, args, "pageinfo", "+", "");
completion.optionValue(context, "pageinfo", "+", "");
context.title = ["Page Info"];
}
});
@@ -1374,7 +1374,7 @@ const Buffer = Module("buffer", {
{
argCount: "?",
bang: true,
completer: function (context, args) completion.url(context, args, "bhf")
completer: function (context) completion.url(context, "bhf")
});
commands.add(["zo[om]"],