Merge pull request #15 from CookiesBestDinner/master
Fix typo ALErrorSign -> ALEErrorSign
This commit is contained in:
commit
abd1249e74
@ -5,7 +5,7 @@ endif
|
|||||||
let g:loaded_ale_sign = 1
|
let g:loaded_ale_sign = 1
|
||||||
|
|
||||||
if !hlexists('ALEErrorSign')
|
if !hlexists('ALEErrorSign')
|
||||||
highlight link ALErrorSign error
|
highlight link ALEErrorSign error
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !hlexists('ALEWarningSign')
|
if !hlexists('ALEWarningSign')
|
||||||
|
Loading…
Reference in New Issue
Block a user