Shut up about there being no autocmd events.

This commit is contained in:
w0rp 2016-10-14 19:17:12 +01:00
parent 29271f3477
commit 1e756c0e24

View File

@ -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')