summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-06-24 12:24:31 +0100
committerw0rp <devw0rp@gmail.com>2017-06-24 12:24:31 +0100
commit1ea61162a0c43da9a149b24dc35911cb981fbe7c (patch)
treea88621586401f17299cd85835f47a8a27d224296 /doc
parentfbf8ccb882eb7819011fa837ea2b4930ed4fa9c7 (diff)
downloadale-1ea61162a0c43da9a149b24dc35911cb981fbe7c.zip
Fix #687 - Check files on enter if they have changed
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 9d07a51d..2a760ba1 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -407,6 +407,10 @@ g:ale_lint_on_enter *g:ale_lint_on_enter*
desired, this variable can be set to `0` in your vimrc file to disable this
behaviour.
+ The |FileChangedShellPost| and |BufEnter| events will be used to check if
+ files have been changed outside of Vim. If a file is changed outside of
+ Vim, it will be checked when it is next opened.
+
g:ale_lint_on_filetype_changed *g:ale_lint_on_filetype_changed*