diff --git a/plugin/ale.vim b/plugin/ale.vim index 45b0b90..ae8e108 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