1
0
forked from aniani/vim

updated for version 7.3.1090

Problem:    New regexp engine does not support \z1 .. \z9 and \z(.
Solution:   Implement the syntax submatches.
This commit is contained in:
Bram Moolenaar
2013-06-01 23:02:54 +02:00
parent 0418811869
commit efb23f26e8
3 changed files with 597 additions and 225 deletions

View File

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