#653 Document the automatic error prompt closing behaviour

This commit is contained in:
w0rp 2017-08-20 13:35:27 +01:00
parent 753cf5da95
commit c7193e775e
1 changed files with 5 additions and 0 deletions

View File

@ -489,6 +489,11 @@ g:ale_lint_on_enter *g:ale_lint_on_enter*
files have been changed outside of Vim. If a file is changed outside of
Vim, it will be checked when it is next opened.
A |BufWinLeave| event will be used to look for the |E924|, |E925|, or |E926|
errors after moving from a loclist or quickfix window to a new buffer. If
prompts for these errors are opened after moving to new buffers, then ALE
will automatically send the `<CR>` key needed to close the prompt.
g:ale_lint_on_filetype_changed *g:ale_lint_on_filetype_changed*