diff --git a/common/content/tabs.js b/common/content/tabs.js index ee4c1b85..64890e6b 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -617,6 +617,7 @@ function Tabs() //{{{ argCount: "?", completer: function (context) { + context.anchored = false; context.keys = { text: function (item) item.state.entries[0].url, description: "title" }; context.completions = tabs.closedTabs; },