Fix #499 Set an explicit height for the quickfix list, and make the height configurable

This commit is contained in:
w0rp
2017-06-01 10:39:21 +01:00
parent 81f27a99c8
commit d5ae9b50ea
4 changed files with 82 additions and 9 deletions

View File

@@ -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*