# HG changeset patch # User Bram Moolenaar # Date 1637091005 -3600 # Node ID b5f535645258ab87d160b42f42a3609ea26ea47a # Parent 624439a39432ca1e323f8b504eff92704803728b patch 8.2.3606: file missing from list of distributed files Commit: https://github.com/vim/vim/commit/d3682c5f28380695a53cbb927deb94ffa3261eca Author: Bram Moolenaar Date: Tue Nov 16 19:20:56 2021 +0000 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 --- 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 --- 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 */ /**/ + 3606, +/**/ 3605, /**/ 3604,