fix: remove -complete from RgRoot to resolve E1208 (-complete used without -nargs) error

This commit is contained in:
miyase256 2021-10-13 15:52:26 +09:00
parent ec87af6b69
commit a31883867e

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()