Fix #42, where some linting isn't run when opening some files.
This commit is contained in:
@@ -355,7 +355,7 @@ endif
|
||||
if g:ale_lint_on_enter
|
||||
augroup ALERunOnEnterGroup
|
||||
autocmd!
|
||||
autocmd BufEnter * call ALELint(20)
|
||||
autocmd BufEnter,BufRead * call ALELint(0)
|
||||
augroup END
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user