1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:32:27 +01:00

More completion stuff.

This commit is contained in:
Kris Maglione
2008-11-22 06:53:44 +00:00
parent 4f1c195aa4
commit fcc799aa6a
12 changed files with 292 additions and 266 deletions

View File

@@ -548,7 +548,7 @@ function Tabs() //{{{
},
{
bang: true,
completer: function (filter) completion.url(filter)
completer: function (filter, bang, args, context) completion.url(context)
});
commands.add(["tabde[tach]"],