From: Bram Moolenaar Date: Tue, 16 Nov 2021 19:20:56 +0000 (+0000) Subject: patch 8.2.3606: file missing from list of distributed files X-Git-Tag: v8.2.3606 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3682c5f28380695a53cbb927deb94ffa3261eca;p=vim patch 8.2.3606: file missing from list of distributed files Problem: File missing from list of distributed files. Solution: Add the file. --- diff --git a/Filelist b/Filelist index 01c388bd4..567b70775 100644 --- a/Filelist +++ b/Filelist @@ -7,6 +7,7 @@ SRC_ALL = \ .coveralls.yml \ .gitattributes \ .github/CODEOWNERS \ + .github/ISSUE_TEMPLATE/bug_report.yml \ .github/workflows/ci.yml \ .github/workflows/codeql-analysis.yml \ .github/workflows/coverity.yml \ diff --git a/src/version.c b/src/version.c index 4b54bac86..94a873268 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 */ +/**/ + 3606, /**/ 3605, /**/