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:
@@ -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]"],
|
||||
|
||||
Reference in New Issue
Block a user