diff src/version.c @ 6573:ffba266e064d v7.4.613

updated for version 7.4.613 Problem: The NFA engine does not implement the 'redrawtime' time limit. Solution: Implement the time limit.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 16:49:24 +0100
parents 75238dbe8543
children a7e485b683d8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    613,
+/**/
     612,
 /**/
     611,