From ab18c1ba4cf614d2a0a9767e5d0250d53c8ed93d Mon Sep 17 00:00:00 2001 From: Marco Candrian Date: Sun, 16 Dec 2007 22:22:21 +0000 Subject: [PATCH] @ added to allowed playMarco arguments --- content/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/events.js b/content/events.js index ae2c8e05..12f4103d 100644 --- a/content/events.js +++ b/content/events.js @@ -288,7 +288,7 @@ vimperator.Events = function () //{{{ playMacro: function (macro) { - if (!/[a-zA-Z0-9]/.test(macro)) + if (!/[a-zA-Z0-9@]/.test(macro)) { vimperator.echoerr("Register must be [a-z0-9]"); return false;