diff src/version.c @ 8293:367a7fed630b v7.4.1439

commit https://github.com/vim/vim/commit/f97ddbeb255c64a2b3d9db4b049278cd286070a6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 21:13:38 2016 +0100 patch 7.4.1439 Problem: Using uninitialzed variable. Solution: Initialize vc_type.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 21:15:05 +0100
parents ac0c43e7af20
children 18fd94bd4eb8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1439,
+/**/
     1438,
 /**/
     1437,