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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user