comparison src/version.c @ 22825:3996539f38b4 v8.2.1960

patch 8.2.1960: warning for uninitialized variable Commit: https://github.com/vim/vim/commit/0fd797eacd569a0680a86452c18713eacf6608fe Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 5 20:46:32 2020 +0100 patch 8.2.1960: warning for uninitialized variable Problem: Warning for uninitialized variable. Solution: Initialize the variable.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Nov 2020 21:00:04 +0100
parents 0b4658e030cb
children 20ccf5f7dc6d
comparison
equal deleted inserted replaced
22824:8dad79c661d1 22825:3996539f38b4
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1960,
755 /**/
756 1959,
753 /**/ 757 /**/
754 1959, 758 1959,
755 /**/ 759 /**/
756 1958, 760 1958,
757 /**/ 761 /**/