summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-19 14:35:01 +0100
committerw0rp <devw0rp@gmail.com>2017-08-19 14:35:01 +0100
commitfb0c931b2ddd0441c04a3e1c9d5d6def87e8858e (patch)
tree1af756340853253a36960ccc3e048c38489902f0
parent5c839c482573263b4d3cb2bc4bc1719d49e14e22 (diff)
downloadale-fb0c931b2ddd0441c04a3e1c9d5d6def87e8858e.zip
Update the documentation to mention the new behaviour for quickfix
-rw-r--r--doc/ale.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index ded1e0c1..6a067dbe 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -737,9 +737,12 @@ g:ale_set_quickfix *g:ale_set_quickfix*
Type: |Number|
Default: `0`
- When this option is set to `1`, the |quickfix| list will be populated with any
- warnings and errors which are found by ALE, instead of the |loclist|. The
- loclist will never be populated when this option is on.
+ When this option is set to `1`, the |quickfix| list will be populated with
+ any problems which are found by ALE, instead of the |loclist|. The loclist
+ will never be populated when this option is on.
+
+ 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.
g:ale_set_signs *g:ale_set_signs*