1
0
forked from aniani/vim

updated for version 7.4.593

Problem:    Crash when searching for "x\{0,90000}". (Dominique Pelle)
Solution:   Bail out from the NFA engine when the max limit is much higher
            than the min limit.
This commit is contained in:
Bram Moolenaar
2015-01-27 12:59:55 +01:00
parent df5caa08f6
commit e0ad365498
4 changed files with 21 additions and 9 deletions

View File

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