diff src/version.c @ 27462:b43f6c879d52 v8.2.4259

patch 8.2.4259: number of test functions for GUI events is growing Commit: https://github.com/vim/vim/commit/06011e1a55f32e47fe0af4bd449be6f0e3ff0814 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Jan 30 12:37:29 2022 +0000 patch 8.2.4259: number of test functions for GUI events is growing Problem: Number of test functions for GUI events is growing. Solution: Use one function with a dictionary. (Yegappan Lakshmanan, closes #9660)
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 13:45:03 +0100
parents b7ed275ef02f
children a14c4d3e3260
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 */
 /**/
+    4259,
+/**/
     4258,
 /**/
     4257,