Adjust the enter delay again.
This commit is contained in:
parent
61dad857a5
commit
6ff4ed93a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user