From 0de8e2d6a3fae61c4d9dfdd6f16fc5040d994f6c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 13 Mar 2021 13:30:03 +0100 Subject: [PATCH] patch 8.2.2593: list of distributed files is incomplete Problem: List of distributed files is incomplete. Solution: Add a file and rename another. --- Filelist | 3 ++- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Filelist b/Filelist index 04a433291..82fb376e1 100644 --- 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 index c6866a297..45973eac2 100644 --- 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 */ +/**/ + 2593, /**/ 2592, /**/ -- 2.50.1