mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 09:04:12 +01:00
fix broken :tabmove wrapping
This commit is contained in:
@@ -142,7 +142,7 @@ function Tabs() //{{{
|
|||||||
if (spec === "")
|
if (spec === "")
|
||||||
spec = "$"; // if not specified, move to the last tab -> XXX: move to ex handling?
|
spec = "$"; // if not specified, move to the last tab -> XXX: move to ex handling?
|
||||||
|
|
||||||
var index = indexFromSpec(spec, false); // XXX: really no wrap?
|
var index = indexFromSpec(spec, wrap);
|
||||||
getBrowser().moveTabTo(tab, index);
|
getBrowser().moveTabTo(tab, index);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user