1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 06:25:51 +01:00

Fix :hi -a.

This commit is contained in:
Kris Maglione
2010-12-29 19:02:39 -05:00
parent 353cad261d
commit feb8e64fc7

View File

@@ -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))