1
0
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:
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); 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