Merge pull request #2369 from ajcrites/ajcrites/2368/vertical-focus-fix

Fix #2368 - Open vertical list to the right
This commit is contained in:
w0rp 2019-03-29 19:23:52 +00:00 committed by GitHub
commit 89273b65b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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