comparison src/version.c @ 6533:bdc8e71633e4 v7.4.593

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 12:59:55 +0100
parents 005a6b650866
children f9d02ce2f745
comparison
equal deleted inserted replaced
6532:357f273b9cbd 6533:bdc8e71633e4
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 593,
744 /**/ 746 /**/
745 592, 747 592,
746 /**/ 748 /**/
747 591, 749 591,
748 /**/ 750 /**/