From caed406e16b1c6c4212553b0feec992ca289daac Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 5 Nov 2017 17:34:36 +0000 Subject: [PATCH] Fix #1062 - Use for the ALELint autocmd, so we don not mess with folds, etc. --- autoload/ale/engine.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/engine.vim b/autoload/ale/engine.vim index 1b22df46..f2553b2a 100644 --- a/autoload/ale/engine.vim +++ b/autoload/ale/engine.vim @@ -312,7 +312,7 @@ function! ale#engine#SetResults(buffer, loclist) abort call ale#engine#RemoveManagedFiles(a:buffer) " Call user autocommands. This allows users to hook into ALE's lint cycle. - silent doautocmd User ALELint + silent doautocmd User ALELint endif endfunction