1
0
forked from aniani/vim

updated for version 7.3.1094

Problem:    New regexp engine: Attempts to match "^" at every character.
Solution:   Only try "^" at the start of a line.
This commit is contained in:
Bram Moolenaar
2013-06-02 16:34:21 +02:00
parent b122e9798e
commit 307aa16a69
2 changed files with 41 additions and 23 deletions

View File

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