From 06011e1a55f32e47fe0af4bd449be6f0e3ff0814 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 30 Jan 2022 12:37:29 +0000 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a0f0037f7..5a99b069f 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4259, /**/ 4258, /**/ -- cgit v1.2.1