jremmen / vim-ripgrep

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

fix E1208 error #64

Closed breakthatbass closed 2 years ago

breakthatbass commented 2 years ago

RgShowRoot() doesn't take any args so having -nargs=* causes a warning when opening Vim. Removing that fixes it while being able to call the :RgRoot function still.