From 34e6368610c83a0e3a82dda301d798c7f2f9219d Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 25 Jan 2018 14:54:33 +0000 Subject: [PATCH] #1316 Mention that the quickfix list option shouldn't be used with :cfdo --- doc/ale.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ale.txt b/doc/ale.txt index e0002f7..9b8cae4 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1307,6 +1307,11 @@ g:ale_set_quickfix *g:ale_set_quickfix* Problems from every buffer ALE has checked will be included in the quickfix list, which can be checked with |:copen|. Problems will be de-duplicated. + This feature should not be used in combination with tools for searching for + matches and commands like |:cfdo|, as ALE will replace the quickfix list + pretty frequently. If you wish to use such tools, you should populate the + loclist instead. + g:ale_set_signs *g:ale_set_signs*