mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
@@ -142,7 +142,7 @@ function! ale#cursor#EchoCursorWarning(...) abort
|
|||||||
|
|
||||||
if l:type is# 'E'
|
if l:type is# 'E'
|
||||||
let l:hl_group = 'ALEError'
|
let l:hl_group = 'ALEError'
|
||||||
elseif l:type is# 'I'
|
elseif l:type is# 'W'
|
||||||
let l:hl_group = 'ALEWarning'
|
let l:hl_group = 'ALEWarning'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user