dkprice / vim-easygrep

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

Unable to search words in specific files #82

Closed YvesZHI closed 5 years ago

YvesZHI commented 5 years ago

Is it possible to specific paths while searching?

I've known that we could set let g:EasyGrepFilesToExclude=".odt,.xml" to exclude search files. But how can we specific paths? For example, I want to search some words only in .h and .cpp files?