mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 21:34:12 +01:00
fix :doautoall
This commit is contained in:
@@ -122,7 +122,7 @@ function AutoCommands() //{{{
|
||||
"Apply the autocommands matching the specified URL pattern to all buffers",
|
||||
function (args)
|
||||
{
|
||||
commands.get("doautocmd").action.call(this, args.string);
|
||||
commands.get("doautocmd").action.call(this, args);
|
||||
},
|
||||
{
|
||||
completer: function (context) completion.autocmdEvent(context.filter),
|
||||
|
||||
Reference in New Issue
Block a user