summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrià Farrés <14farresa@gmail.com>2017-02-14 20:26:19 +0100
committerAdrià Farrés <14farresa@gmail.com>2017-02-14 20:26:19 +0100
commit4afa415bd9e7bc451f719c416d981ab3dfd3954c (patch)
tree271656f7df335a0a8197a151774e4d30d4cb89a7
parent78135103fbc6d1d4107f3eef448828c1498f9bcf (diff)
downloadale-4afa415bd9e7bc451f719c416d981ab3dfd3954c.zip
Fix spelling
-rw-r--r--plugin/ale.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim
index 45b0b908..ae8e1080 100644
--- a/plugin/ale.vim
+++ b/plugin/ale.vim
@@ -176,7 +176,7 @@ function! s:ALEToggle() abort
endfor
" Remove highlights for the current buffer now.
- if g:ale_set_higlights
+ if g:ale_set_highlights
call ale#highlight#UpdateHighlights()
endif
endif