summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-06 11:02:00 +0100
committerw0rp <devw0rp@gmail.com>2016-10-06 11:02:43 +0100
commit478c32f85d735dc23fa6b497d4ff9f6b6ac57ad1 (patch)
treeac08aceaf05b9242fc6522321fbaf732fbe21e7e /doc
parent514f088d2cb3f79417f1204c36c0d4f292e06c32 (diff)
downloadale-478c32f85d735dc23fa6b497d4ff9f6b6ac57ad1.zip
Fix #42, where some linting isn't run when opening some files.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index e32df32e..369361c2 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -108,9 +108,9 @@ g:ale_lint_on_enter *g:ale_lint_on_enter*
Type: |Number|
Default: `1`
-When this option is set to `1`, the |BufEnter| event 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.
+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 behaviour.
g:ale_lint_on_save *g:ale_lint_on_save*