mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 20:43:33 +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);
|
tabs.move(tabs.getTab(), arg, args.bang);
|
||||||
}, {
|
}, {
|
||||||
argCount: "?",
|
argCount: "1",
|
||||||
bang: true,
|
bang: true,
|
||||||
completer: function (context, args) completion.buffer(context, true),
|
completer: function (context, args) completion.buffer(context, true),
|
||||||
literal: 0
|
literal: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user