othree / eregex.vim

Perl/Ruby style regexp notation for Vim
http://www.vim.org/scripts/script.php?script_id=3282
214 stars 18 forks source link

Feature request: ignorecase #4

Closed LeonB closed 11 years ago

LeonB commented 11 years ago

Would it be possible to make eregex take ignorecase and smartcase into account? So if I have set ignorecase that eregex uses /i by default?

othree commented 11 years ago

Thanks for suggestion, please help verify.

LeonB commented 11 years ago

Thanks, I'll update my local clone and try it!