Fix typo ALErrorSign -> ALEErrorSign

This commit is contained in:
CookiesBestDinner 2016-09-29 23:41:55 +02:00
parent 6a442dae6e
commit fc05b62fc9
1 changed files with 1 additions and 1 deletions

View File

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