Remove unnecessary -complete=file for RgRoot

This fixes this error: `line  149: E1208: -complete used without allowing arguments`
This commit is contained in:
Balki 2021-09-11 03:02:31 +00:00 committed by GitHub
parent ec87af6b69
commit a0525e1c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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