diff src/version.c @ 6214:8c3c067b4ae3 v7.4.442

updated for version 7.4.442 Problem: Using unitinialized variable. Solution: Pass the first window of the tabpage.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 23:11:49 +0200
parents e754b23b7d1c
children f1ba154c3a12
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 */
 /**/
+    442,
+/**/
     441,
 /**/
     440,