mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-27 04:04:58 +08:00
Set the 'quickfix' window apears at the bottom
It is about #7. If the screen is separated to several windows, this will help to make the quickfix windows appear at the bottom of the screen.
This commit is contained in:
parent
e803767d12
commit
db08043d43
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ endfun
|
|||
fun! s:RgSearch(txt)
|
||||
silent! exe 'grep! ' . a:txt
|
||||
if len(getqflist())
|
||||
copen
|
||||
botright copen
|
||||
redraw!
|
||||
if exists('g:rg_highlight')
|
||||
call s:RgHighlight(a:txt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue