1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-28 12:25:47 +01:00

fix :doautoall

This commit is contained in:
Doug Kearns
2008-11-25 14:09:08 +00:00
parent e044d5fddd
commit c6fd8939f1

View File

@@ -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),