dkprice / vim-easygrep

Fast and Easy Find and Replace Across Multiple Files
The Unlicense
325 stars 47 forks source link

-R is not a valid "git grep" option #68

Open osakech opened 7 years ago

osakech commented 7 years ago

When I configure let g:EasyGrepRecursive=1 in .vimrc I can't use easygrep inside vim anymore.

The output is

|| error: unknown switch `R'

Nevertheless, this is a great plugin, it makes my life so much easier, thanks for your great work!

/Alex