mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-26 19:45:29 +08:00
Merge db08043d43 into e803767d12
This commit is contained in:
commit
967a7c58e7
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