summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/engine.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/engine.vim b/autoload/ale/engine.vim
index 4f15c935..c530c8a3 100644
--- a/autoload/ale/engine.vim
+++ b/autoload/ale/engine.vim
@@ -119,7 +119,7 @@ function! s:HandleExit(job) abort
endif
" Call user autocommands. This allows users to hook into ALE's lint cycle.
- doautocmd User ALELint
+ silent doautocmd User ALELint
" Mark line 200, column 17 with a squiggly line or something
" matchadd('ALEError', '\%200l\%17v')