1
0
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:
Kris Maglione
2008-11-29 13:22:15 +00:00
parent b6c5bea5a1
commit b4d2e52eec
3 changed files with 10 additions and 14 deletions

View File

@@ -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]"],