diff src/version.c @ 6189:f4e9c65a18d4 v7.4.430

updated for version 7.4.430 Problem: test_listlbr fails when compiled with normal features. Solution: Check for the +conceal feature.
author Bram Moolenaar <bram@vim.org>
date Sat, 30 Aug 2014 18:10:18 +0200
parents e98e415ea3b8
children 5672a06e4bd8
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 */
 /**/
+    430,
+/**/
     429,
 /**/
     428,