mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 04:25:45 +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",
|
"Apply the autocommands matching the specified URL pattern to all buffers",
|
||||||
function (args)
|
function (args)
|
||||||
{
|
{
|
||||||
commands.get("doautocmd").action.call(this, args.string);
|
commands.get("doautocmd").action.call(this, args);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
completer: function (context) completion.autocmdEvent(context.filter),
|
completer: function (context) completion.autocmdEvent(context.filter),
|
||||||
|
|||||||
Reference in New Issue
Block a user