comparison src/version.c @ 27686:63e7adbe7223 v8.2.4369

patch 8.2.4369: redundant #ifdef argument Commit: https://github.com/vim/vim/commit/f7fbeed0ac8e694a6865cab26b82caeea0870966 Author: ola.soder@axis.com <ola.soder@axis.com> Date: Sun Feb 13 12:24:21 2022 +0000 patch 8.2.4369: redundant #ifdef argument Problem: Redundant #ifdef argument. Solution: Remove unused MSWIN. (Ola S?der, closes https://github.com/vim/vim/issues/9758)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Feb 2022 13:30:03 +0100
parents 1761cc771623
children 48dee8a7b1d2
comparison
equal deleted inserted replaced
27685:68c539b0ec53 27686:63e7adbe7223
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 4369,
753 /**/ 755 /**/
754 4368, 756 4368,
755 /**/ 757 /**/
756 4367, 758 4367,
757 /**/ 759 /**/