1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:37:58 +01:00

@ added to allowed playMarco arguments

This commit is contained in:
Marco Candrian
2007-12-16 22:22:21 +00:00
parent ffa5ad747e
commit ab18c1ba4c

View File

@@ -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;