mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-26 19:45:29 +08:00
Allow file path completion in the Rg command
This commit is contained in:
parent
da940c29ac
commit
6fca39d2a9
1 changed files with 2 additions and 2 deletions
|
|
@ -112,5 +112,5 @@ fun! s:RgShowRoot()
|
|||
endif
|
||||
endfun
|
||||
|
||||
command! -nargs=* Rg :call s:Rg(<q-args>)
|
||||
command! RgRoot :call s:RgShowRoot()
|
||||
command! -nargs=* -complete=file Rg :call s:Rg(<q-args>)
|
||||
command! -complete=file RgRoot :call s:RgShowRoot()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue