diff src/version.c @ 28321:58ecd574b132 v8.2.4686

patch 8.2.4686: configure doesn't find the Motif library with Cygwin Commit: https://github.com/vim/vim/commit/b471690fad5f40f74aca488b13669641fb2b9de1 Author: Kelvin Lee <kiyolee@gmail.com> Date: Mon Apr 4 17:20:01 2022 +0100 patch 8.2.4686: configure doesn't find the Motif library with Cygwin Problem: Configure doesn't find the Motif library with Cygwin. Solution: Check for libXm.dll.a. (Kelvin Lee, closes https://github.com/vim/vim/issues/10077)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Apr 2022 18:30:03 +0200
parents 427600f3b1c5
children 82f34ca7b3b7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4686,
+/**/
     4685,
 /**/
     4684,