diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-24 12:24:31 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-24 12:24:31 +0100 |
commit | 1ea61162a0c43da9a149b24dc35911cb981fbe7c (patch) | |
tree | a88621586401f17299cd85835f47a8a27d224296 /doc | |
parent | fbf8ccb882eb7819011fa837ea2b4930ed4fa9c7 (diff) | |
download | ale-1ea61162a0c43da9a149b24dc35911cb981fbe7c.zip |
Fix #687 - Check files on enter if they have changed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 4 |
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* |