summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorcos <cos>2022-02-02 15:03:36 +0100
committercos <cos>2022-02-08 12:11:06 +0100
commit56f473731c8a45221172a4c3128d3654345eac9e (patch)
tree5083ba4f43633706a75880214ea32b7657876f01 /doc/ale.txt
parent5856c067755d5ff9e14c306d93d1a3605ee966fc (diff)
downloadale-feature/open_list_num.zip
Treat ale_open_list integer values as thresholdsfeature/open_list_num
Only open list window if the number of warnings or errors equals to or exceeds the value of ale_open_list. No change when set to `1`.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 9d64cb1d..a4974ec2 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1797,6 +1797,9 @@ g:ale_open_list *g:ale_open_list*
loclist (|lopen|) or for the quickfix list instead if |g:ale_set_quickfix|
is `1`. (|copen|)
+ When set to any higher numberical value, ALE will only open the window when
+ the number of warnings or errors are at least that many.
+
When set to `'on_save'`, ALE will only open the loclist after buffers have
been saved. The list will be opened some time after buffers are saved and
any linter for a buffer returns results.