dkprice / vim-easygrep

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

Multiple root dirs #79

Open hiqsol opened 6 years ago

hiqsol commented 6 years ago

I want to ag recursively in . and in ./vendor (vendor is in .gitignore)

So I want search command to be: ag pattern . ./vendor

I tried :GrepRoot but didn't find how to configure multiple root dirs.

Thanks!

laur89 commented 6 years ago

Not 100% sure if that's correct, but try let g:EasyGrepRoot="search:.git,.svn,.hg,.ctrlp"