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