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
|
if g:ale_lint_on_enter
|
||||||
augroup ALERunOnEnterGroup
|
augroup ALERunOnEnterGroup
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufEnter * call ALELint(10)
|
autocmd BufEnter * call ALELint(20)
|
||||||
augroup END
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user