Commit Graph

59 Commits

Author SHA1 Message Date
othree
950027d594 Merge pull request #22 from takanabe/add_multi_byte_char_in_ja_help_doc
Add multibyte chars at 1st line of ja help document
2016-11-20 21:24:04 +08:00
Takayuki WATANABE
9fe0567eeb Add multibyte chars at 1st line of ja help document
- Vim checks firstline of help file whether it contains multibyte character or not for detecting help file's encoding.
2016-11-20 13:51:15 +09:00
othree
e1692107da Merge pull request #20 from digital-carver/foldreveal
restore foldopen=search behaviour for :M #19
2015-09-03 17:19:26 +08:00
othree
2fe27d1c4e Merge pull request #15 from Kimura1/change_encoding
eregex.jax's encoding change to utf-8
2015-09-03 17:19:08 +08:00
SundaraRaman R
017aefdf26 restore foldopen=search behaviour for :M #19 2015-09-01 04:27:33 +05:30
othree
e5ad9c566c Merge pull request #18 from takano32/master
convert eregex from EUC-JP to UTF-8
2015-05-19 16:29:04 +08:00
TAKANO Mitsuhiro
26e268c8ce convert eregex from EUC=JP to UTF-8 2015-05-19 17:26:03 +09:00
othree
f62ea4bcb3 Merge pull request #17 from takano32/master
fix regex.jax as UTF-8
2015-05-15 10:49:13 +08:00
TAKANO Mitsuhiro
efeb9ed623 fix regex.jax as UTF-8 2015-05-14 19:38:13 +09:00
KiYugadgeter
c1769967d1 eregex.jax's encoding change to utf-8 2015-05-06 12:43:39 +09:00
othree
455e328a18 Update version 2015-01-23 14:19:18 +08:00
othree
543a8e193a Document force case option 2015-01-23 13:33:45 +08:00
othree
574091de5d Add option g:eregex_force_case 2015-01-23 13:27:47 +08:00
othree
543ff4c2cb Merge pull request #14 from chocolateboy/refix_ignorecase_and_smartcase
correctly handle &ignorecase and &smartcase (re-fixes #4 and #7)
2015-01-20 18:33:25 +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
othree
64c2e53af2 Merge pull request #13 from rr-/better_warnings
Improved errors appearance
2014-12-31 16:57:12 +08:00
othree
c01ee8e6d2 Merge pull request #12 from rr-/readme
Improved grammar in the README file
2014-12-31 16:56:01 +08:00
Marcin Kurczewski
c791d86c8c Improved grammar 2014-12-20 12:18:51 +01:00
Marcin Kurczewski
7324d6a2d9 Improved errors appearance 2014-12-20 12:12:58 +01:00
othree
ea979eb7fc Merge pull request #10 from bendavis78/master
Perform previous search when search term is empty
2014-10-09 11:52:43 +08: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
7fb6aeed95 Start 2.61 2013-09-05 16:48:21 +08:00
othree_kao
f01d0c30fc Fix #4, supports ignorecase option 2013-09-04 15:21:32 +08:00
othree
e0501e3ee6 Merge pull request #3 from mcepl/be_ignorant
Ignore doc/tags* files
2013-06-25 04:03:09 -07:00
Matěj Cepl
81e49a41ce Ignore doc/tags* files
In order to work with pathogen we need to ignore doc/tags* files.

Signed-off-by: Matěj Cepl <mcepl@redhat.com>
2013-06-25 12:56:09 +02:00
othree
edfd1a4de4 Update version number 2013-02-24 19:24:07 +08:00
othree_kao
cabd4e36f6 Fix function name 2013-02-22 19:09:36 +08:00
othree_kao
b9fb663ad1 Update changes 2013-02-22 18:33:12 +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
961d5a984b typo 2013-02-22 17:30:37 +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
5af78ca657 Update readme 2013-02-22 14:35:37 +08:00
othree_kao
ba860a3f8b Change toggle function name 2013-02-22 14:30:39 +08:00
othree
7ae26288dc Use lt 2013-02-22 00:21:41 +08:00
othree
71fd2ffdc4 Update README 2013-02-22 00:17:06 +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
cf804755b1 Minor fix for Japanese doc. 2010-10-19 17:47:29 +08:00
othree
51a1757186 add config.mk 2010-10-19 17:36:38 +08:00
othree
f477b2f845 add Makefile 2010-10-19 17:30:45 +08:00
othree
70dce21561 rename japanese doc extension 2010-10-19 16:37:17 +08:00
othree
70492a166e complete doc tranlation 2010-10-19 14:47:22 +08:00
othree
78bfcc3833 Translate more doc 2010-10-19 12:27:50 +08:00