Commit Graph

20 Commits

Author SHA1 Message Date
othree
574091de5d Add option g:eregex_force_case 2015-01-23 13:27:47 +08:00
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
Marcin Kurczewski
7324d6a2d9 Improved errors appearance 2014-12-20 12:12:58 +01:00
Ben Davis
38834e2aad Perform previous search when search term is empty 2014-10-07 11:41:32 -05:00
othree
83707ceb5b Fix #7, treat 'I' as noignorecase modifier 2014-03-11 01:15:28 +08:00
othree_kao
f01d0c30fc Fix #4, supports ignorecase option 2013-09-04 15:21:32 +08:00
othree_kao
1bf7675395 Fix hlsearch behavior 2013-02-22 18:32:18 +08:00
othree_kao
edab3765a5 Support hlsearch when count > 1 2013-02-22 17:52:15 +08:00
othree_kao
c8801cd40e typo 2013-02-22 17:17:27 +08:00
othree_kao
2d1b3e9dff Define custom search delimeter 2013-02-22 16:58:57 +08:00
othree_kao
1faccdb775 Reindent 2013-02-22 15:51:19 +08:00
othree_kao
025f0ff67c Version number to 2.60 2013-02-22 14:40:00 +08:00
othree_kao
ba860a3f8b Change toggle function name 2013-02-22 14:30:39 +08:00
othree
c9bcdb89a6 New toggle function for default key mapping 2013-02-22 00:03:01 +08:00
othree_kao
36d19c9083 Fix arg 2013-02-21 14:57:12 +08:00
othree_kao
27f0c14062 Fix #1, supports count now. 2013-02-21 14:51:27 +08:00
othree
43b418cd55 Fix #2, set v:searchforward outside function 2013-02-21 00:52:26 +08:00
othree
722bd54766 Update version number. 2010-10-18 12:03:54 +08:00
othree
8d19b3c14b make :M? work, mapping to ? 2010-10-15 22:02:07 +08:00
othree
38a631a849 first commit 2010-10-15 22:01:39 +08:00