changeset 26222:24f74e6e3130 v8.2.3642

patch 8.2.3642: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/73448a27a8e13b9b26759abeb092fd13a0e93238 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 22 12:06:06 2021 +0000 patch 8.2.3642: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Rename term.h to termdefs.h.
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 13:15:03 +0100
parents c296dd7d8ddc
children 2ea4d658f08e
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -143,7 +143,7 @@ SRC_ALL =	\
 		src/tag.c \
 		src/term.c \
 		src/terminal.c \
-		src/term.h \
+		src/termdefs.h \
 		src/termlib.c \
 		src/testing.c \
 		src/textformat.c \
--- 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,