1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:00:04 +08:00

Add flygrep to open horizontally across vsplit (#4284)

This commit is contained in:
Jacopo Secchiero 2021-06-13 03:36:48 +02:00 committed by GitHub
parent 40f667d62c
commit 2f16d18cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -838,7 +838,7 @@ function! SpaceVim#plugins#flygrep#open(argv) abort
\ 'col': 0 \ 'col': 0
\ }) \ })
else else
noautocmd rightbelow split __flygrep__ noautocmd botright split __flygrep__
let s:flygrep_win_id = win_getid() let s:flygrep_win_id = win_getid()
endif endif
if exists('&winhighlight') if exists('&winhighlight')