Skip to content

Commit

Permalink
Merge pull request #2369 from ajcrites/ajcrites/2368/vertical-focus-fix
Browse files Browse the repository at this point in the history
Fix #2368 - Open vertical list to the right
  • Loading branch information
w0rp authored Mar 29, 2019
2 parents 3eb6d7b + a3a052b commit 89273b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ale/list.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89273b6

Please sign in to comment.