]> granicus.if.org Git - vim/commitdiff
patch 8.2.3606: file missing from list of distributed files v8.2.3606
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Nov 2021 19:20:56 +0000 (19:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Nov 2021 19:20:56 +0000 (19:20 +0000)
Problem:    File missing from list of distributed files.
Solution:   Add the file.

Filelist
src/version.c

index 01c388bd4921623ffb5f8165095edf06c666113a..567b70775f73cd9f201be5ee8dcfaa17ddd14c98 100644 (file)
--- 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 \
index 4b54bac86fcf829c90068746a9572947a962f864..94a8732684cbc8c0eea6c2d58fe486ad06eaf0d0 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3606,
 /**/
     3605,
 /**/