comparison src/version.c @ 26988:bef1f0167251 v8.2.4023

patch 8.2.4023: using uninitialized variable Commit: https://github.com/vim/vim/commit/a909c48bec1f7ae13a9143b5d627c40cac5b240e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 6 22:07:57 2022 +0000 patch 8.2.4023: using uninitialized variable Problem: Using uninitialized variable. Solution: Initialize "ufunc" also when an item is not exported.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 23:15:04 +0100
parents 79ea140936e9
children 4b8d836db103
comparison
equal deleted inserted replaced
26987:30b34e3440c9 26988:bef1f0167251
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 4023,
753 /**/ 755 /**/
754 4022, 756 4022,
755 /**/ 757 /**/
756 4021, 758 4021,
757 /**/ 759 /**/