diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-11-16 19:20:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-16 19:20:56 +0000 |
commit | d3682c5f28380695a53cbb927deb94ffa3261eca (patch) | |
tree | ac626cc34b7bfcd82497e3c96f229af69ffed0d7 | |
parent | 519cc559b08b800edc429688aece7ad6a00d41eb (diff) | |
download | vim-git-d3682c5f28380695a53cbb927deb94ffa3261eca.tar.gz |
patch 8.2.3606: file missing from list of distributed filesv8.2.3606
Problem: File missing from list of distributed files.
Solution: Add the file.
-rw-r--r-- | Filelist | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3606, +/**/ 3605, /**/ 3604, |