diff src/version.c @ 6128:3aa37ad2c4ed v7.4.402

updated for version 7.4.402 Problem: Test 72 crashes under certain conditions. (Kazunobu Kuriyama) Solution: Clear the whole bufinfo_T early.
author Bram Moolenaar <bram@vim.org>
date Tue, 12 Aug 2014 20:14:33 +0200
parents ab71bb81b84e
children 86fb698a38d5
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 */
 /**/
+    402,
+/**/
     401,
 /**/
     400,