eregex.vim/plugin
chocolateboy 134ba2be25 correctly handle &ignorecase and &smartcase (re-fixes #4 and #7)
before (breaks &smartcase):

    default modifier to /i if &ignorecase and not /I

after (honours &ignorecase and &smartcase):

    no default modifier i.e. vim default
    override defaults with (?i), (?I), \c, \C, /i and /I
2015-01-17 07:52:24 +00:00
..
eregex_e.vim first commit 2010-10-15 22:01:39 +08:00
eregex.vim correctly handle &ignorecase and &smartcase (re-fixes #4 and #7) 2015-01-17 07:52:24 +00:00