Subject: | Wrong Regular Expressions in SetOptions |
Since you're using the "s for commands (e.g. line 379), some Regexes in
the SetOptions-Function won't work anymore. (Lines 246, 252, 258)
For Example line 258 should be
/^["]?[levx]/i
and not
/^[levx]/i
because the command is <<"vt">>, not <<vt>> (without the <<>>s)
Regards