mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-04 05:33:33 +02:00
@ added to allowed playMarco arguments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user