diff src/version.c @ 6005:539ce56d8f35 v7.4.343

updated for version 7.4.343 Problem: matchdelete() does not always update the right lines. Solution: Fix off-by-one error. (Ozaki Kiichi)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 17:58:11 +0200
parents 8dcc6f142460
children ce284c205558
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    343,
+/**/
     342,
 /**/
     341,