mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:22:27 +01:00
Fix StatusLine highlighting.
This commit is contained in:
@@ -50,10 +50,10 @@ const StatusLine = Module("statusline", {
|
||||
extended: "StatusLineExtended",
|
||||
secure: "StatusLineSecure",
|
||||
broken: "StatusLineBroken",
|
||||
insecure: "StatusLine"
|
||||
insecure: "StatusLineNormal"
|
||||
};
|
||||
|
||||
highlight.highlightNode(this._statusLine, highlightGroup[type]);
|
||||
highlight.highlightNode(this._statusLine, "StatusLine " + highlightGroup[type]);
|
||||
},
|
||||
get class() this._class,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user