mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:12:28 +01:00
Don't anchor :undo completions.
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user