Merge pull request #15 from CookiesBestDinner/master
Fix typo ALErrorSign -> ALEErrorSign
This commit is contained in:
commit
abd1249e74
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Reference in a new issue