This commit is contained in:
Rohit Grover 2019-01-24 04:22:58 +00:00 committed by GitHub
commit c7e252a7b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,5 +145,5 @@ fun! s:RgShowRoot()
endif
endfun
command! -nargs=* -complete=file Rg :call s:Rg(<q-args>)
command! -nargs=* -complete=file -bang Rg :call s:Rg(<q-args>)
command! -complete=file RgRoot :call s:RgShowRoot()