diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-06 17:01:17 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-06 17:01:17 +0100 |
commit | e88eb6c4157a6f5b517588a632c0dae6eb79fcea (patch) | |
tree | 6c9a0a45038a72cf06e77b9088cfb8cd500d6b8b /doc/ale.txt | |
parent | 3c5156d4a4e700adae32866b5978a941199ade2a (diff) | |
download | ale-e88eb6c4157a6f5b517588a632c0dae6eb79fcea.zip |
Use BufWinEnter for g:ale_lint_on_enter instead
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index f51c643e..955e3879 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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. |