1
0
forked from aniani/vim

updated for version 7.3.1026

Problem:    New regexp: pattern that includs a new-line matches too early.
            (john McGowan)
Solution:   Do not start searching in the second line.
This commit is contained in:
Bram Moolenaar
2013-05-26 18:40:14 +02:00
parent 61db8b5108
commit e23febdb85
4 changed files with 25 additions and 6 deletions

View File

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