1
0
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:
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",
function (args)
{
commands.get("doautocmd").action.call(this, args.string);
commands.get("doautocmd").action.call(this, args);
},
{
completer: function (context) completion.autocmdEvent(context.filter),