diff src/version.c @ 28004:6970b2533bfc v8.2.4527

patch 8.2.4527: the Athena GUI is old and does not work well Commit: https://github.com/vim/vim/commit/0b40d086b337f14fdd0dbc035988ffb0aec8ce5f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 8 13:32:37 2022 +0000 patch 8.2.4527: the Athena GUI is old and does not work well Problem: The Athena GUI is old and does not work well. Solution: Remove the Athena GUI from configure to find out who still wants support for this GUI.
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Mar 2022 14:45:03 +0100
parents 1012048eed26
children 02f787034998
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 */
 /**/
+    4527,
+/**/
     4526,
 /**/
     4525,