mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 09:35:45 +01:00
Fix :hi -a.
This commit is contained in:
@@ -130,7 +130,7 @@ var Highlights = Module("Highlight", {
|
|||||||
|
|
||||||
if (append) {
|
if (append) {
|
||||||
newStyle = Styles.append(highlight.value || "", newStyle);
|
newStyle = Styles.append(highlight.value || "", newStyle);
|
||||||
extend = highlight.extend.concat(extend);
|
extend = highlight.extends.concat(extend);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (/^\s*$/.test(newStyle))
|
if (/^\s*$/.test(newStyle))
|
||||||
|
|||||||
Reference in New Issue
Block a user