From 1e756c0e24412e343674fe906c2deb6c9354a7c4 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 14 Oct 2016 19:17:12 +0100 Subject: [PATCH] Shut up about there being no autocmd events. --- 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 4f15c93..c530c8a 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')