comparison 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
comparison
equal deleted inserted replaced
8135:ee948cf5fe83 8136:9b2d25319c48
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1362,
750 /**/ 752 /**/
751 1361, 753 1361,
752 /**/ 754 /**/
753 1360, 755 1360,
754 /**/ 756 /**/