mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Merge pull request #2369 from ajcrites/ajcrites/2368/vertical-focus-fix
Fix #2368 - Open vertical list to the right
This commit is contained in:
@@ -115,7 +115,7 @@ function! s:SetListsImpl(timer_id, buffer, loclist) abort
|
|||||||
let l:open_type = ''
|
let l:open_type = ''
|
||||||
|
|
||||||
if ale#Var(a:buffer, 'list_vertical') == 1
|
if ale#Var(a:buffer, 'list_vertical') == 1
|
||||||
let l:open_type = 'vert '
|
let l:open_type = 'vert rightbelow '
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if g:ale_set_quickfix
|
if g:ale_set_quickfix
|
||||||
|
|||||||
Reference in New Issue
Block a user