mirror of https://github.com/dense-analysis/ale
Update the documentation to mention the new behaviour for quickfix
This commit is contained in:
parent
5c839c4825
commit
fb0c931b2d
|
@ -737,9 +737,12 @@ g:ale_set_quickfix *g:ale_set_quickfix*
|
||||||
Type: |Number|
|
Type: |Number|
|
||||||
Default: `0`
|
Default: `0`
|
||||||
|
|
||||||
When this option is set to `1`, the |quickfix| list will be populated with any
|
When this option is set to `1`, the |quickfix| list will be populated with
|
||||||
warnings and errors which are found by ALE, instead of the |loclist|. The
|
any problems which are found by ALE, instead of the |loclist|. The loclist
|
||||||
loclist will never be populated when this option is on.
|
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*
|
g:ale_set_signs *g:ale_set_signs*
|
||||||
|
|
Loading…
Reference in New Issue