commit | d3682c5f28380695a53cbb927deb94ffa3261eca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 19:20:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 19:20:56 2021 +0000 |
tree | ac626cc34b7bfcd82497e3c96f229af69ffed0d7 | |
parent | 519cc559b08b800edc429688aece7ad6a00d41eb [diff] |
patch 8.2.3606: file missing from list of distributed files Problem: File missing from list of distributed files. Solution: Add the file.
diff --git a/src/version.c b/src/version.c index 4b54bac..94a8732 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3606, +/**/ 3605, /**/ 3604,