diff src/version.c @ 8136:9b2d25319c48 v7.4.1362

commit https://github.com/vim/vim/commit/8600ace87618d33ad3182124be447f0b2c9728f4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 19 23:31:40 2016 +0100 patch 7.4.1362 Problem: Using unitinialized value. Solution: Initialize jo_set.
author Christian Brabandt <cb@256bit.org>
date Fri, 19 Feb 2016 23:45:05 +0100
parents 8abef552ece7
children f52504c10387
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1362,
+/**/
     1361,
 /**/
     1360,