Fix E1208 started showing up in Vim v8.2.3149

`-complete` is not needed since :RgRoot` takes no arguments.
This commit is contained in:
Takahiro Yoshihara 2021-07-12 09:59:55 +09:00
parent ec87af6b69
commit 84d148676e

View file

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