mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:20:04 +08:00
Add flygrep to open horizontally across vsplit (#4284)
This commit is contained in:
parent
40f667d62c
commit
2f16d18cea
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user