mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2026-01-11 09:11:09 +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() . '"')
|
call s:RgGrepContext(function('s:RgSearch'), '"' . s:RgGetVisualSelection() . '"')
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
fun! s:Rg(txt)
|
fun! g:Rg(txt)
|
||||||
call s:RgGrepContext(function('s:RgSearch'), s:RgSearchTerm(a:txt))
|
call s:RgGrepContext(function('s:RgSearch'), s:RgSearchTerm(a:txt))
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue