We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec87af6 commit f9c743bCopy full SHA for f9c743b
plugin/vim-ripgrep.vim
@@ -28,7 +28,7 @@ fun! g:RgVisual() range
28
call s:RgGrepContext(function('s:RgSearch'), '"' . s:RgGetVisualSelection() . '"')
29
endfun
30
31
-fun! s:Rg(txt)
+fun! g:Rg(txt)
32
call s:RgGrepContext(function('s:RgSearch'), s:RgSearchTerm(a:txt))
33
34
0 commit comments