diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-20 13:35:27 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-20 13:35:27 +0100 |
commit | c7193e775ebd16f06e4c44e819c829e954bda8e1 (patch) | |
tree | 1234fc03a6cd93209be0839d610e7f36f361b8eb /doc/ale.txt | |
parent | 753cf5da95fa4c64e31c7e3fbfcd0227c89791c1 (diff) | |
download | ale-c7193e775ebd16f06e4c44e819c829e954bda8e1.zip |
#653 Document the automatic error prompt closing behaviour
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 12d9d2e5..7af3d20a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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* |