Fix typo ALErrorSign -> ALEErrorSign

This commit is contained in:
CookiesBestDinner 2016-09-29 23:41:55 +02:00
parent 6a442dae6e
commit fc05b62fc9

View File

@ -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')