diff src/version.c @ 6134:4c25af735304 v7.4.405

updated for version 7.4.405 Problem: Screen updating is slow when using matches. Solution: Do not use the ">=" as in patch 7.4.362, check the lnum.
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Aug 2014 16:28:36 +0200
parents 0242c27e40e1
children 1134bba900c1
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 */
 /**/
+    405,
+/**/
     404,
 /**/
     403,