diff options
author | w0rp <devw0rp@gmail.com> | 2018-01-25 14:54:33 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-01-25 14:54:39 +0000 |
commit | 34e6368610c83a0e3a82dda301d798c7f2f9219d (patch) | |
tree | 9212feaa33b374e0de7dc485a1b583cf55844def /doc | |
parent | dffc162dd66bfa0a2b2591d03df6895c378d8fce (diff) | |
download | ale-34e6368610c83a0e3a82dda301d798c7f2f9219d.zip |
#1316 Mention that the quickfix list option shouldn't be used with :cfdo
Diffstat (limited to 'doc')
-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 e0002f77..9b8cae4b 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* |