Fix #2368 - Open vertical list to the right

This was normal behavior before, and it also stops ale from stealing focus.
This commit is contained in:
Andrew Crites 2019-03-16 21:39:11 -04:00
parent 80ef7ea2d0
commit a3a052b55a
No known key found for this signature in database
GPG Key ID: B6AFFDD883E2E527
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function! s:SetListsImpl(timer_id, buffer, loclist) abort
let l:open_type = ''
if ale#Var(a:buffer, 'list_vertical') == 1
let l:open_type = 'vert '
let l:open_type = 'vert rightbelow '
endif
if g:ale_set_quickfix