1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:27:59 +01:00

Fix clashing shortnames for :tabdo and :tabduplicate.

Fixes #312 (tabd completion changed).
This commit is contained in:
Doug Kearns
2009-07-01 18:54:26 +10:00
parent 581b2e67dc
commit e57f63ff10
5 changed files with 9 additions and 9 deletions

View File

@@ -588,7 +588,7 @@ function Tabs() //{{{
function () { tabs.detachTab(null); },
{ argCount: "0" });
commands.add(["tabd[uplicate]"],
commands.add(["tabdu[plicate]"],
"Duplicate current tab",
function (args)
{