mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +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
|
||||
|
||||
" 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')
|
||||
|
||||
Reference in New Issue
Block a user