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

@@ -46,9 +46,9 @@ function! ale#list#SetLists(buffer, loclist) abort
if !ale#list#IsQuickfixOpen()
if g:ale_set_quickfix
copen
execute 'copen ' . str2nr(ale#Var(a:buffer, 'list_window_size'))
elseif g:ale_set_loclist
lopen
execute 'lopen ' . str2nr(ale#Var(a:buffer, 'list_window_size'))
endif
endif