1
0
forked from aniani/vim

updated for version 7.3.1078

Problem:    New regexp engine: \@! doesn't work.
Solution:   Implement the negated version of \@=.
This commit is contained in:
Bram Moolenaar
2013-05-30 22:44:02 +02:00
parent 35eacd7180
commit b06e20e6ba
4 changed files with 55 additions and 6 deletions

View File

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