From a3a052b55a484a67c613f2a12dabdf85dc47bf8a Mon Sep 17 00:00:00 2001 From: Andrew Crites Date: Sat, 16 Mar 2019 21:39:11 -0400 Subject: Fix #2368 - Open vertical list to the right This was normal behavior before, and it also stops ale from stealing focus. --- autoload/ale/list.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/list.vim b/autoload/ale/list.vim index 3417575c..63d97f35 100644 --- a/autoload/ale/list.vim +++ b/autoload/ale/list.vim @@ -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 -- cgit v1.2.3