1
0
forked from aniani/vim

updated for version 7.3.1085

Problem:    New regexp engine: Non-greedy multi doesn't work.
Solution:   Implement \{-}.
This commit is contained in:
Bram Moolenaar
2013-06-01 12:40:20 +02:00
parent 54dafde170
commit 36b3a011d3
4 changed files with 52 additions and 20 deletions

View File

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