1
0
forked from aniani/vim

updated for version 7.3.1088

Problem:    New regexp engine: \@<= and \@<! are not implemented.
Solution:   Implement look-behind matching.  Fix off-by-one error in old
            regexp engine.
This commit is contained in:
Bram Moolenaar
2013-06-01 19:54:43 +02:00
parent 543b7ef700
commit 61602c5bfe
5 changed files with 189 additions and 51 deletions

View File

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