Fix typo ALErrorSign -> ALEErrorSign
This commit is contained in:
parent
6a442dae6e
commit
fc05b62fc9
@ -5,7 +5,7 @@ endif
|
||||
let g:loaded_ale_sign = 1
|
||||
|
||||
if !hlexists('ALEErrorSign')
|
||||
highlight link ALErrorSign error
|
||||
highlight link ALEErrorSign error
|
||||
endif
|
||||
|
||||
if !hlexists('ALEWarningSign')
|
||||
|
Loading…
Reference in New Issue
Block a user