commit | f66ca9f1df535c8042292ce20f4260cafc877670 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 25 20:17:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 25 20:17:00 2020 +0100 |
tree | 7769f8653064a0e67d40baeb8b105732d858a50f | |
parent | d36ef573b2fad620824495f5423cb649cde55e03 [diff] [blame] |
patch 8.2.0445: png and xpm files not in MS-Windows zip file Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.
diff --git a/src/version.c b/src/version.c index 4230f54..f99097d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 445, +/**/ 444, /**/ 443,