mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:02:26 +01:00
More completion stuff.
This commit is contained in:
@@ -564,7 +564,7 @@ function Buffer() //{{{
|
||||
{
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
completer: function (filter) completion.file(filter)
|
||||
completer: function (filter, bang, args, context) completion.file(context)
|
||||
});
|
||||
|
||||
commands.add(["st[op]"],
|
||||
@@ -578,7 +578,7 @@ function Buffer() //{{{
|
||||
{
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
completer: function (filter) completion.url(filter, "bhf")
|
||||
completer: function (filter, bang, args, context) completion.url(context, "bhf")
|
||||
});
|
||||
|
||||
commands.add(["zo[om]"],
|
||||
|
||||
Reference in New Issue
Block a user