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:
@@ -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]"],
|
||||
|
||||
Reference in New Issue
Block a user