Adjust the enter delay again.

This commit is contained in:
w0rp 2016-10-05 09:28:43 +01:00
parent 61dad857a5
commit 6ff4ed93a7
1 changed files with 1 additions and 1 deletions

View File

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