mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 05:23:39 +02:00
Add forgotten dequote call.
This commit is contained in:
@@ -627,7 +627,7 @@ var Mappings = Module("mappings", {
|
|||||||
filters: Option.splitList(args[1], true).map(function (pattern) {
|
filters: Option.splitList(args[1], true).map(function (pattern) {
|
||||||
let [, res, filter] = /^(!?)(.*)/.exec(pattern);
|
let [, res, filter] = /^(!?)(.*)/.exec(pattern);
|
||||||
|
|
||||||
return update(Styles.matchFilter(filter), {
|
return update(Styles.matchFilter(Option.dequote(filter)), {
|
||||||
result: !res,
|
result: !res,
|
||||||
toString: function () pattern
|
toString: function () pattern
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user