1
0
forked from aniani/vim

updated for version 7.4.001

Problem:    Character classes such as [a-z] to not react to 'ignorecase'.
            Breaks man page highlighting. (Mario Grgic)
Solution:   Add separate items for classes that react to 'ignorecase'.  Clean
            up logic handling character classes.  Add more tests.
This commit is contained in:
Bram Moolenaar
2013-08-14 12:06:49 +02:00
parent 3b1db36689
commit 1cfad52a03
4 changed files with 147 additions and 46 deletions

View File

@@ -727,6 +727,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1,
/**/
0
};