mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-27 12:15:36 +08:00
Merge f9c743becb into 2bb2425387
This commit is contained in:
commit
2fc6a5c39f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ fun! g:RgVisual() range
|
|||
call s:RgGrepContext(function('s:RgSearch'), '"' . s:RgGetVisualSelection() . '"')
|
||||
endfun
|
||||
|
||||
fun! s:Rg(txt)
|
||||
fun! g:Rg(txt)
|
||||
call s:RgGrepContext(function('s:RgSearch'), s:RgSearchTerm(a:txt))
|
||||
endfun
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue