summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-11 12:33:52 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-11 12:33:52 +0000
commita416861c643b03fe5dec9f3bf8c1c9e054b5a9c7 (patch)
treec5b9a0dd2028d9485c2232a5de79cd7771174ca6 /src/version.c
parent29f3a4591528130fded3fe1d63d74bcf22ab4f6c (diff)
downloadvim-git-a416861c643b03fe5dec9f3bf8c1c9e054b5a9c7.tar.gz
patch 8.2.3781: the option window script is outdatedv8.2.3781
Problem: The option window script is outdated. Solution: Add several changes.
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 680cce2a5..cf5724387 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3781,
+/**/
3780,
/**/
3779,