Adjust the enter delay again.

This commit is contained in:
w0rp 2016-10-05 09:28:43 +01:00
parent 61dad857a5
commit 6ff4ed93a7

View File

@ -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