summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-01-30 12:37:29 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-30 12:37:29 +0000
commit06011e1a55f32e47fe0af4bd449be6f0e3ff0814 (patch)
tree7e29a992f7857b281f72ee6be1bdd66eb50753c1 /src/version.c
parent6970e1e36a1ecdb4d330d6ac9ca76f97fa515e36 (diff)
downloadvim-git-8.2.4259.tar.gz
patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259
Problem: Number of test functions for GUI events is growing. Solution: Use one function with a dictionary. (Yegappan Lakshmanan, closes #9660)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a0f0037f7..5a99b069f 100644
--- 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,