Compare commits

..

2 commits

Author SHA1 Message Date
John Remmen
2bb2425387
Merge pull request #56 from tacahiroy/fix-e1208
Fix E1208 started showing up in Vim v8.2.3149
2021-11-30 14:20:45 -08:00
Takahiro Yoshihara
84d148676e Fix E1208 started showing up in Vim v8.2.3149
`-complete` is not needed since :RgRoot` takes no arguments.
2021-07-12 10:03:02 +09:00

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