forked from aniani/vim
patch 8.2.3606: file missing from list of distributed files
Problem: File missing from list of distributed files. Solution: Add the file.
This commit is contained in:
1
Filelist
1
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 \
|
||||
|
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3606,
|
||||
/**/
|
||||
3605,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user