1
0
forked from aniani/vim

updated for version 7.3.1117

Problem:    New regexp engine: \%[abc] not supported.
Solution:   Implement \%[abc].  Add tests.
This commit is contained in:
Bram Moolenaar
2013-06-05 11:05:17 +02:00
parent 78eae9aaf7
commit d75799ab7f
4 changed files with 116 additions and 12 deletions

View File

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