comparison src/version.c @ 8587:fb8d7086e99d v7.4.1583

commit https://github.com/vim/vim/commit/597385ab43093ba27adcb86cdc1b46aba86a0093 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 16 23:24:43 2016 +0100 patch 7.4.1583 Problem: Warning for unitinialized variable. Solution: Initialize it. (Dominique)
author Christian Brabandt <cb@256bit.org>
date Wed, 16 Mar 2016 23:30:08 +0100
parents ce37bbedcb65
children e32ab146b6c9
comparison
equal deleted inserted replaced
8586:6d28aebf96df 8587:fb8d7086e99d
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1583,
751 /**/ 753 /**/
752 1582, 754 1582,
753 /**/ 755 /**/
754 1581, 756 1581,
755 /**/ 757 /**/