mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Merge pull request #15 from CookiesBestDinner/master
Fix typo ALErrorSign -> ALEErrorSign
This commit is contained in:
@@ -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 New Issue
Block a user