1
0
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:
Doug Kearns
2009-01-11 11:30:40 +11:00
parent 3698f3152b
commit f7accd657a

View File

@@ -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;
},