mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2026-01-07 10:57:23 +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
|
endif
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
command! -nargs=* Rg :call s:Rg(<q-args>)
|
command! -nargs=* -complete=file Rg :call s:Rg(<q-args>)
|
||||||
command! RgRoot :call s:RgShowRoot()
|
command! -complete=file RgRoot :call s:RgShowRoot()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue