summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-06-01 10:39:21 +0100
committerw0rp <devw0rp@gmail.com>2017-06-01 10:39:21 +0100
commitd5ae9b50eacc8560ab95dfc3105ce3e40696e1ff (patch)
treeac7befc353f3695b24cce1f0c966a2f65281c28f /doc
parent81f27a99c882fde3dfa004e6494efcd27b5d5e96 (diff)
downloadale-d5ae9b50eacc8560ab95dfc3105ce3e40696e1ff.zip
Fix #499 Set an explicit height for the quickfix list, and make the height configurable
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 42868121..f206ffbe 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -365,6 +365,19 @@ g:ale_keep_list_window_open *g:ale_keep_list_window_open*
See: |g:ale_open_list|
+g:ale_list_window_size *g:ale_list_window_size*
+ *b:ale_list_window_size*
+ Type: |Number|
+ Default: `10`
+
+ This number configures the number of lines to set for the height of windows
+ opened automatically for ALE problems. The default of `10` matches the Vim
+ default height.
+
+ See |g:ale_open_list| for information on automatically opening windows
+ for quickfix or the loclist.
+
+
g:ale_lint_delay *g:ale_lint_delay*
Type: |Number|
@@ -550,6 +563,8 @@ g:ale_open_list *g:ale_open_list*
including those not set by ALE, unless |g:ale_keep_list_window_open| is set
to `1`, in which case the window will be kept open until closed manually.
+ The window size can be configured with |g:ale_list_window_size|.
+
g:ale_pattern_options *g:ale_pattern_options*