Merge pull request #15 from CookiesBestDinner/master

Fix typo ALErrorSign -> ALEErrorSign
This commit is contained in:
w0rp 2016-09-29 22:55:37 +01:00 committed by GitHub
commit abd1249e74
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')