comparison src/version.c @ 27942:4a76119d6372 v8.2.4496

patch 8.2.4496: Coverity gives warnings after tags code refactoring Commit: https://github.com/vim/vim/commit/fe9112e630672dcd95e6b384c86f50c27ec10fed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 3 10:44:17 2022 +0000 patch 8.2.4496: Coverity gives warnings after tags code refactoring Problem: Coverity gives warnings after tags code refactoring. Solution: Avoid the warnings. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/9882)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Mar 2022 11:45:04 +0100
parents 6ba17bf0f86a
children 05fa2837e8a1
comparison
equal deleted inserted replaced
27941:3b23146c526d 27942:4a76119d6372
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4496,
757 /**/ 759 /**/
758 4495, 760 4495,
759 /**/ 761 /**/
760 4494, 762 4494,
761 /**/ 763 /**/