mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 06:52:28 +01:00
:tabmove:argCount=1
This commit is contained in:
@@ -778,7 +778,7 @@ var Tabs = Module("tabs", {
|
||||
}
|
||||
tabs.move(tabs.getTab(), arg, args.bang);
|
||||
}, {
|
||||
argCount: "?",
|
||||
argCount: "1",
|
||||
bang: true,
|
||||
completer: function (context, args) completion.buffer(context, true),
|
||||
literal: 0
|
||||
|
||||
Reference in New Issue
Block a user