diff --git a/content/events.js b/content/events.js index 1011a8a8..346913ea 100644 --- a/content/events.js +++ b/content/events.js @@ -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),