mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 05:25:47 +01:00
Don't anchor :undo completions.
This commit is contained in:
@@ -617,6 +617,7 @@ function Tabs() //{{{
|
|||||||
argCount: "?",
|
argCount: "?",
|
||||||
completer: function (context)
|
completer: function (context)
|
||||||
{
|
{
|
||||||
|
context.anchored = false;
|
||||||
context.keys = { text: function (item) item.state.entries[0].url, description: "title" };
|
context.keys = { text: function (item) item.state.entries[0].url, description: "title" };
|
||||||
context.completions = tabs.closedTabs;
|
context.completions = tabs.closedTabs;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user