# HG changeset patch # User Bram Moolenaar # Date 1637583303 -3600 # Node ID 24f74e6e3130ec17766601e9e909d047cad07201 # Parent c296dd7d8ddcbe0d5be24dbb77a3d0d42fc6f2ce patch 8.2.3642: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/73448a27a8e13b9b26759abeb092fd13a0e93238 Author: Bram Moolenaar 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. diff --git a/Filelist b/Filelist --- 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 --- 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,