mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:10:05 +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
|
\ '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')
|
||||||
|
Loading…
Reference in New Issue
Block a user