mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:18:00 +01:00
rename the hl-Warning CSS class to hl-WarningMsg as per Vim
This commit is contained in:
@@ -439,13 +439,13 @@ liberator.CommandLine = function () //{{{
|
||||
|
||||
return {
|
||||
|
||||
HL_NORMAL : "hl-Normal",
|
||||
HL_ERRORMSG : "hl-ErrorMsg",
|
||||
HL_MODEMSG : "hl-ModeMsg",
|
||||
HL_MOREMSG : "hl-MoreMsg",
|
||||
HL_QUESTION : "hl-Question",
|
||||
HL_INFOMSG : "hl-InfoMsg",
|
||||
HL_WARNING : "hl-Warning",
|
||||
HL_NORMAL : "hl-Normal",
|
||||
HL_ERRORMSG : "hl-ErrorMsg",
|
||||
HL_MODEMSG : "hl-ModeMsg",
|
||||
HL_MOREMSG : "hl-MoreMsg",
|
||||
HL_QUESTION : "hl-Question",
|
||||
HL_INFOMSG : "hl-InfoMsg",
|
||||
HL_WARNINGMSG : "hl-WarningMsg",
|
||||
|
||||
// not yet used
|
||||
FORCE_MULTILINE : 1 << 0,
|
||||
|
||||
Reference in New Issue
Block a user