Fix #499 Set an explicit height for the quickfix list, and make the height configurable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user