diff options
Diffstat (limited to 'plugin/ale.vim')
-rw-r--r-- | plugin/ale.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim index 13cbdce6..2c4a5336 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -179,7 +179,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 |