mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 15:44:11 +01: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