mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
add some missing argCount specs to commands
This commit is contained in:
@@ -358,7 +358,10 @@ liberator.Tabs = function () //{{{
|
||||
liberator.execute(args);
|
||||
liberator.forceNewTab = false;
|
||||
},
|
||||
{ completer: function (filter) liberator.completion.ex(filter) });
|
||||
{
|
||||
argCount: "+",
|
||||
completer: function (filter) liberator.completion.ex(filter)
|
||||
});
|
||||
|
||||
liberator.commands.add(["tabl[ast]", "bl[ast]"],
|
||||
"Switch to the last tab",
|
||||
|
||||
Reference in New Issue
Block a user