1
0
forked from aniani/vim

updated for version 7.3.1217

Problem:    New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira)
Solution:   Support nested atoms inside \%[].
This commit is contained in:
Bram Moolenaar
2013-06-17 21:33:41 +02:00
parent 6324c3b920
commit d79862599d
4 changed files with 11 additions and 2 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1217,
/**/
1216,
/**/