commit | 64cefedfc834aa4dac54ae5f91ccbc04e2d56bc5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 23:06:28 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 23:06:28 2016 +0200 |
tree | 239baaf8a2d9c1d1691a094c719657592a83625e | |
parent | edf3f97ae2af024708ebb4ac614227327033ca47 [diff] [blame] |
patch 7.4.2294 Problem: Sign test fails on MS-Windows when using the distributed zip archives. Solution: Create dummy files instead of relying on files in the pixmaps directory.
diff --git a/src/version.c b/src/version.c index dde3828..d881342 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2294, +/**/ 2293, /**/ 2292,