mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-28 06:46:52 +08:00
Adjust the enter delay again.
This commit is contained in:
@@ -350,7 +350,7 @@ endif
|
||||
if g:ale_lint_on_enter
|
||||
augroup ALERunOnEnterGroup
|
||||
autocmd!
|
||||
autocmd BufEnter * call ALELint(10)
|
||||
autocmd BufEnter * call ALELint(20)
|
||||
augroup END
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user