Fix #920 - Shut up about E776
This commit is contained in:
parent
65e6e50bf8
commit
e19a81cb09
@ -98,10 +98,10 @@ function! s:SetListsImpl(timer_id, buffer, loclist) abort
|
|||||||
|
|
||||||
if g:ale_set_quickfix
|
if g:ale_set_quickfix
|
||||||
if !ale#list#IsQuickfixOpen()
|
if !ale#list#IsQuickfixOpen()
|
||||||
execute 'copen ' . str2nr(ale#Var(a:buffer, 'list_window_size'))
|
silent! execute 'copen ' . str2nr(ale#Var(a:buffer, 'list_window_size'))
|
||||||
endif
|
endif
|
||||||
elseif g:ale_set_loclist
|
elseif g:ale_set_loclist
|
||||||
execute 'lopen ' . str2nr(ale#Var(a:buffer, 'list_window_size'))
|
silent! execute 'lopen ' . str2nr(ale#Var(a:buffer, 'list_window_size'))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" If focus changed, restore it (jump to the last window).
|
" If focus changed, restore it (jump to the last window).
|
||||||
|
Loading…
Reference in New Issue
Block a user