# HG changeset patch # User Bram Moolenaar # Date 1615639503 -3600 # Node ID c4e9c88bf4be42dd388e9bc5870cc752e5c05db5 # Parent 788e10cec9bdb023a0563aa6a50779899cb9c6e5 patch 8.2.2593: list of distributed files is incomplete Commit: https://github.com/vim/vim/commit/0de8e2d6a3fae61c4d9dfdd6f16fc5040d994f6c Author: Bram Moolenaar Date: Sat Mar 13 13:30:03 2021 +0100 patch 8.2.2593: list of distributed files is incomplete Problem: List of distributed files is incomplete. Solution: Add a file and rename another. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -13,7 +13,8 @@ SRC_ALL = \ .hgignore \ .lgtm.yml \ .travis.yml \ - appveyor.yml \ + .appveyor.yml \ + .codecov.yml \ ci/appveyor.bat \ ci/build-snd-dummy.sh \ ci/config.mk*.sed \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2593, +/**/ 2592, /**/ 2591,