Skip to content

Commit 2bb2425

Browse files
authored
Merge pull request #56 from tacahiroy/fix-e1208
Fix E1208 started showing up in Vim v8.2.3149
2 parents ec87af6 + 84d1486 commit 2bb2425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vim-ripgrep.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ fun! s:RgShowRoot()
146146
endfun
147147

148148
command! -nargs=* -complete=file Rg :call s:Rg(<q-args>)
149-
command! -complete=file RgRoot :call s:RgShowRoot()
149+
command! RgRoot :call s:RgShowRoot()

0 commit comments

Comments
 (0)