diff src/version.c @ 27533:4f1c67a5f446 v8.2.4294

patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated Commit: https://github.com/vim/vim/commit/972db232795874c58b9fdf23e43f53885a378eae Author: K.Takata <kentkt@csc.jp> Date: Fri Feb 4 10:45:38 2022 +0000 patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated Problem: MS-Windows: #ifdefs for Cygwin are too complicated. Solution: Simplify the conditions. (Ken Takata, closes https://github.com/vim/vim/issues/9693)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Feb 2022 12:00:05 +0100
parents 4ca0ee7b4f86
children e2bb28237695
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4294,
+/**/
     4293,
 /**/
     4292,