mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 17:03:31 +01:00
renamed completion.exTabCompletion() completion.ex()
This commit is contained in:
@@ -271,7 +271,9 @@ liberator.Tabs = function () //{{{
|
||||
liberator.execute(args);
|
||||
liberator.forceNewTab = false;
|
||||
},
|
||||
{ completer: function (filter) { return liberator.completion.exTabCompletion(filter); } });
|
||||
{
|
||||
completer: function (filter) { return liberator.completion.ex(filter); }
|
||||
});
|
||||
|
||||
liberator.commands.add(["tabl[ast]"],
|
||||
"Switch to the last tab",
|
||||
|
||||
Reference in New Issue
Block a user