diff src/version.c @ 28000:fc34d6c4a42c v8.2.4525

patch 8.2.4525: some GUI tests don't work on Athena Commit: https://github.com/vim/vim/commit/08238045e769fce2d5bf1e17167e26eafc3d72b8 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Mar 7 16:57:22 2022 +0000 patch 8.2.4525: some GUI tests don't work on Athena Problem: Some GUI tests don't work on Athena. Solution: Skip tests that won't work. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/9902)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Mar 2022 18:00:04 +0100
parents ef7d9789919d
children 1012048eed26
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 */
 /**/
+    4525,
+/**/
     4524,
 /**/
     4523,