comparison src/version.c @ 8039:72324c2e890a v7.4.1314

commit https://github.com/vim/vim/commit/e516c39ee97cb85fa230fbb1b1f54ad1346920d9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 18:50:38 2016 +0100 patch 7.4.1314 Problem: Warning for uninitialzed variable. Solution: Initialize it. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Feb 2016 19:00:04 +0100
parents 9dea1571b352
children c6443e78cf2d
comparison
equal deleted inserted replaced
8038:14937a52f35f 8039:72324c2e890a
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 1314,
750 /**/ 752 /**/
751 1313, 753 1313,
752 /**/ 754 /**/
753 1312, 755 1312,
754 /**/ 756 /**/