From d5ae9b50eacc8560ab95dfc3105ce3e40696e1ff Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 1 Jun 2017 10:39:21 +0100 Subject: Fix #499 Set an explicit height for the quickfix list, and make the height configurable --- doc/ale.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') 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* -- cgit v1.2.3