diff --git a/chrome/content/vimperator/tabs.js b/chrome/content/vimperator/tabs.js index cefb81e4..978b21fb 100644 --- a/chrome/content/vimperator/tabs.js +++ b/chrome/content/vimperator/tabs.js @@ -142,7 +142,7 @@ function Tabs() //{{{ if (spec === "") 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); }