Shut up about there being no autocmd events.
This commit is contained in:
parent
29271f3477
commit
1e756c0e24
@ -119,7 +119,7 @@ function! s:HandleExit(job) abort
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Call user autocommands. This allows users to hook into ALE's lint cycle.
|
" 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
|
" Mark line 200, column 17 with a squiggly line or something
|
||||||
" matchadd('ALEError', '\%200l\%17v')
|
" matchadd('ALEError', '\%200l\%17v')
|
||||||
|
Loading…
Reference in New Issue
Block a user