#1316 Mention that the quickfix list option shouldn't be used with :cfdo

This commit is contained in:
w0rp 2018-01-25 14:54:33 +00:00
parent dffc162dd6
commit 34e6368610
1 changed files with 5 additions and 0 deletions

View File

@ -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 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. 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* g:ale_set_signs *g:ale_set_signs*