diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-03-29 19:23:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 19:23:52 +0000 |
commit | 89273b65b8de9d3d428e7b1f5c0c347938f5a863 (patch) | |
tree | ce8bff4a7290becd3d65363f561b6a8ed0b91730 /autoload | |
parent | 3eb6d7b3db5d76aae1d394f8615a52e1d4bee9fa (diff) | |
parent | a3a052b55a484a67c613f2a12dabdf85dc47bf8a (diff) | |
download | ale-89273b65b8de9d3d428e7b1f5c0c347938f5a863.zip |
Merge pull request #2369 from ajcrites/ajcrites/2368/vertical-focus-fix
Fix #2368 - Open vertical list to the right
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/list.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |