jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
541 stars 99 forks source link

Remove unnecessary -complete=file for RgRoot #60

Closed balki closed 2 years ago

balki commented 2 years ago

This fixes this error: line 149: E1208: -complete used without allowing arguments

Ref: https://github.com/vim/vim/pull/8544

balki commented 2 years ago

nvm. There are already two pulll requests to fix the same.