From c7193e775ebd16f06e4c44e819c829e954bda8e1 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 20 Aug 2017 13:35:27 +0100 Subject: [PATCH] #653 Document the automatic error prompt closing behaviour --- doc/ale.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ale.txt b/doc/ale.txt index 12d9d2e..7af3d20 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 `` key needed to close the prompt. + g:ale_lint_on_filetype_changed *g:ale_lint_on_filetype_changed*