mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:28:15 +01:00
Add as-yet undocumented site-specific mapping hives, :map -group flag, and :mapgroup command.
This commit is contained in:
@@ -389,7 +389,7 @@ var Option = Class("Option", {
|
||||
},
|
||||
|
||||
parseRegexp: function (value, result, flags) {
|
||||
if (isArray(flags)) // Called by map
|
||||
if (isArray(flags)) // Called by Array.map
|
||||
result = flags = undefined;
|
||||
|
||||
let [, bang, val] = /^(!?)(.*)/.exec(value);
|
||||
|
||||
Reference in New Issue
Block a user