Skip to content

Commit

Permalink
Merge pull request #56 from tacahiroy/fix-e1208
Browse files Browse the repository at this point in the history
Fix E1208 started showing up in Vim v8.2.3149
  • Loading branch information
jremmen committed Nov 30, 2021
2 parents ec87af6 + 84d1486 commit 2bb2425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-ripgrep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 2bb2425

Please sign in to comment.