mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:08:00 +01: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