fix E1208 error

This commit is contained in:
breakthatbass 2021-11-21 21:26:29 -05:00
parent ec87af6b69
commit bbcfae6f58

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