From: Bram Moolenaar Date: Mon, 22 Nov 2021 12:06:06 +0000 (+0000) Subject: patch 8.2.3642: list of distributed files is outdated X-Git-Tag: v8.2.3642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73448a27a8e13b9b26759abeb092fd13a0e93238;p=vim patch 8.2.3642: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Rename term.h to termdefs.h. --- diff --git a/Filelist b/Filelist index 567b70775..1ab6e1b1c 100644 --- 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 \ diff --git a/src/version.c b/src/version.c index 99c8a2697..f75c08ba3 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3642, /**/ 3641, /**/