diff src/version.c @ 23590:619c92c629b8 v8.2.2337

patch 8.2.2337: configure test for GTK only says "no" Commit: https://github.com/vim/vim/commit/67876de7bbc4254268d8180d68203b965e25ed95 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 12 20:51:24 2021 +0100 patch 8.2.2337: configure test for GTK only says "no" Problem: Configure test for GTK only says "no". (Harm te Hennepe) Solution: Hint that a -def package is needed. (closes https://github.com/vim/vim/issues/5229)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Jan 2021 21:00:05 +0100
parents 510088f8c66f
children 2322b643e329
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 */
 /**/
+    2337,
+/**/
     2336,
 /**/
     2335,