dkprice / vim-easygrep

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

add perl style regexp support #26

Closed ZSaberLv0 closed 8 years ago

ZSaberLv0 commented 8 years ago

:Grep and :Replace would use perl style regexp if:

vim style:

:Grep \<edit\%(\(ing\)\)\@=

perl style:

:Grep \<edit(?=(ing))