diff src/version.c @ 5987:03d260a8ea0c v7.4.334

updated for version 7.4.334 Problem: Unitialized variables, causing some problems. Solution: Initialize the variables. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 18 Jun 2014 21:20:11 +0200
parents 8ae50e3ef8bf
children 8ad2ecd11602
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 */
 /**/
+    334,
+/**/
     333,
 /**/
     332,