1
0
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:
Kris Maglione
2011-06-01 17:01:19 -04:00
parent 1183e71164
commit d34a7b27e4

View File

@@ -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