From 4afa415bd9e7bc451f719c416d981ab3dfd3954c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Farr=C3=A9s?= <14farresa@gmail.com> Date: Tue, 14 Feb 2017 20:26:19 +0100 Subject: [PATCH] Fix spelling --- plugin/ale.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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