mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
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:
parent
519cc559b0
commit
d3682c5f28
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,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user