Use BufWinEnter for g:ale_lint_on_enter instead

This commit is contained in:
w0rp
2017-06-06 17:01:17 +01:00
parent 3c5156d4a4
commit e88eb6c415
3 changed files with 6 additions and 6 deletions

View File

@@ -393,9 +393,9 @@ g:ale_lint_on_enter *g:ale_lint_on_enter*
Type: |Number|
Default: `1`
When this option is set to `1`, the |BufEnter| and |BufRead| events will be
used to apply linters when buffers are first opened. If this is not desired,
this variable can be set to `0` in your vimrc file to disable this
When this option is set to `1`, the |BufWinEnter| and |BufRead| events will
be used to apply linters when buffers are first opened. If this is not
desired, this variable can be set to `0` in your vimrc file to disable this
behaviour.