From 2f16d18cea40e7fdacc877591837ae694422a9b8 Mon Sep 17 00:00:00 2001 From: Jacopo Secchiero Date: Sun, 13 Jun 2021 03:36:48 +0200 Subject: [PATCH] Add flygrep to open horizontally across vsplit (#4284) --- autoload/SpaceVim/plugins/flygrep.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/SpaceVim/plugins/flygrep.vim b/autoload/SpaceVim/plugins/flygrep.vim index 5fa125118..db44fa47a 100644 --- a/autoload/SpaceVim/plugins/flygrep.vim +++ b/autoload/SpaceVim/plugins/flygrep.vim @@ -838,7 +838,7 @@ function! SpaceVim#plugins#flygrep#open(argv) abort \ 'col': 0 \ }) else - noautocmd rightbelow split __flygrep__ + noautocmd botright split __flygrep__ let s:flygrep_win_id = win_getid() endif if exists('&winhighlight')