mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Shut up about there being no autocmd events.
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user