# HG changeset patch # User Bram Moolenaar # Date 1640016004 -3600 # Node ID 6035f58b39a34def3d38ced6eeffd9ca29391c67 # Parent a95a5993f955b8dc9509c3ef56587d0e6d3d0e6c patch 8.2.3861: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/39713d3acbfb6673775158a0171c7389c07f25df Author: Bram Moolenaar Date: Mon Dec 20 15:53:13 2021 +0000 patch 8.2.3861: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Add new files. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -160,8 +160,11 @@ SRC_ALL = \ src/version.h \ src/vim.h \ src/vim9.h \ + src/vim9cmds.c \ src/vim9compile.c \ src/vim9execute.c \ + src/vim9expr.c \ + src/vim9instr.c \ src/vim9script.c \ src/vim9type.c \ src/viminfo.c \ @@ -319,8 +322,11 @@ SRC_ALL = \ src/proto/usercmd.pro \ src/proto/userfunc.pro \ src/proto/version.pro \ + src/proto/vim9cmds.pro \ src/proto/vim9compile.pro \ src/proto/vim9execute.pro \ + src/proto/vim9expr.pro \ + src/proto/vim9instr.pro \ src/proto/vim9script.pro \ src/proto/vim9type.pro \ src/proto/viminfo.pro \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3861, +/**/ 3860, /**/ 3859,