summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-14 19:17:12 +0100
committerw0rp <devw0rp@gmail.com>2016-10-14 19:17:12 +0100
commit1e756c0e24412e343674fe906c2deb6c9354a7c4 (patch)
tree88c4d601d74072857bd5079ad0e4daf144be18de /autoload
parent29271f3477d59d6db9cc3013abd5237d2f76ea2a (diff)
downloadale-1e756c0e24412e343674fe906c2deb6c9354a7c4.zip
Shut up about there being no autocmd events.
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')