diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-09-29 22:55:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 22:55:37 +0100 |
commit | abd1249e74e6186a14d07d28db69bca4994674b9 (patch) | |
tree | 7bd2ed8adba025acd867a41d1f04fc0148d93b4a | |
parent | 6a442dae6e3a1e578205aa431139242a0b5a0ad6 (diff) | |
parent | fc05b62fc9b9e5e5f323e672fa67c24f647148cd (diff) | |
download | ale-abd1249e74e6186a14d07d28db69bca4994674b9.zip |
Merge pull request #15 from CookiesBestDinner/master
Fix typo ALErrorSign -> ALEErrorSign
-rw-r--r-- | plugin/ale/sign.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale/sign.vim b/plugin/ale/sign.vim index 322b2362..6f07703d 100644 --- a/plugin/ale/sign.vim +++ b/plugin/ale/sign.vim @@ -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') |