mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 15:43:34 +02:00
Fix tab numbering.
This commit is contained in:
@@ -717,7 +717,7 @@ function Events() //{{{
|
||||
function (args) { completion.listCompleter("macro", args[0]) },
|
||||
{
|
||||
argCount: "?",
|
||||
completer: function (context) completion.macro(context),
|
||||
completer: function (context) completion.macro(context)
|
||||
});
|
||||
|
||||
commands.add(["pl[ay]"],
|
||||
|
||||
Reference in New Issue
Block a user