summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-11 17:24:39 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-11 17:24:39 +0000
commit7b1463bca36d16e70afd6779e4fbb30761048c91 (patch)
treead83c59ae812aa197df97aca74720ac3a2326078 /src/version.c
parent2ef9156b4284e4a52613c36e3d4667245273a28d (diff)
downloadvim-git-7b1463bca36d16e70afd6779e4fbb30761048c91.tar.gz
patch 8.2.3784: the help for options is outdatedv8.2.3784
Problem: The help for options is outdated. Solution: Include all the recent 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 1169d103c..ed491a8e3 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 */
/**/
+ 3784,
+/**/
3783,
/**/
3782,