comparison src/version.c @ 6328:adfbffe1e642 v7.4.497

updated for version 7.4.497 Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 14:27:36 +0100
parents 112c80234ce3
children 24ee7a7a26b1
comparison
equal deleted inserted replaced
6327:896d12bf73c1 6328:adfbffe1e642
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 497,
744 /**/ 746 /**/
745 496, 747 496,
746 /**/ 748 /**/
747 495, 749 495,
748 /**/ 750 /**/