mhinz / vim-grepper

:space_invader: Helps you win at grep.
MIT License
1.22k stars 58 forks source link

Can't search with **/* #226

Open stsewd opened 4 years ago

stsewd commented 4 years ago

Hi, thanks for this awesome plugin. If I run

:GrepperRg let **/*.vim

It shows this error **/*.vim: No such file or directory (os error 2)||. Like it's trying to interpret **/*.vim as a literal directory. The command rg -H --no-heading --vimgrep let **/*.vim works as expected in the terminal.

Am I missing something? Let me know if you need any other information.