comparison src/version.c @ 26802:f6b10a501a0e v8.2.3929

patch 8.2.3929: using unititialized variable Commit: https://github.com/vim/vim/commit/10c75c4a09a604ea674a2700aacb55914750b86d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 28 20:53:30 2021 +0000 patch 8.2.3929: using unititialized variable Problem: Using unititialized variable. Solution: Set the option flags to zero for a terminal option.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Dec 2021 22:00:05 +0100
parents e0ec45216f05
children 34f1b7d6974a
comparison
equal deleted inserted replaced
26801:030a79024913 26802:f6b10a501a0e
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3929,
752 /**/ 754 /**/
753 3928, 755 3928,
754 /**/ 756 /**/
755 3927, 757 3927,
756 /**/ 758 /**/