Merge pull request #56 from tacahiroy/fix-e1208

Fix E1208 started showing up in Vim v8.2.3149
This commit is contained in:
John Remmen 2021-11-30 14:20:45 -08:00 committed by GitHub
commit 2bb2425387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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