summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-22 12:06:06 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-22 12:06:06 +0000
commit73448a27a8e13b9b26759abeb092fd13a0e93238 (patch)
treeb5c637e4f1990048578eb804db574be2ccada692 /src
parent581f41adb3ba1dc95bf4fc7c434427e1203be5e8 (diff)
patch 8.2.3642: list of distributed files is outdatedv8.2.3642
Problem: List of distributed files is outdated. Solution: Rename term.h to termdefs.h.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 99c8a26972..f75c08ba3e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3642,
+/**/
3641,
/**/
3640,