mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2026-05-14 09:31:15 +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)
|
fun! s:RgSearch(txt)
|
||||||
silent! exe 'grep! ' . a:txt
|
silent! exe 'grep! ' . a:txt
|
||||||
if len(getqflist())
|
if len(getqflist())
|
||||||
copen
|
botright copen
|
||||||
redraw!
|
redraw!
|
||||||
if exists('g:rg_highlight')
|
if exists('g:rg_highlight')
|
||||||
call s:RgHighlight(a:txt)
|
call s:RgHighlight(a:txt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue