diff src/version.c @ 7893:df2b8af14072 v7.4.1243

commit https://github.com/vim/vim/commit/fbf9c6b6c3bdb1c2eb42ea8c227e8ee021a7a8f2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 2 19:43:57 2016 +0100 patch 7.4.1243 Problem: Compiler warning for uninitialized variable. Solution: Initialize it. (Elias Diem)
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Feb 2016 19:45:05 +0100
parents d14cf20b44dc
children bff95e0d8885
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1243,
+/**/
     1242,
 /**/
     1241,