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 /Filelist | |
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.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 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 \ |