commit | eb828d01d9c91791fa1fe217ba651cdc25746d1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 19:54:01 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 19:54:01 2016 +0100 |
tree | a6e4d1cab162a247b3a2191c168b4afb80057234 | |
parent | 55952d4dd490bb2f63bda5d7f6d8fb69f58c333c [diff] [blame] |
patch 8.0.0064 Problem: Normal test fails on MS-Windows. Solution: Don't try using an illegal file name.
diff --git a/src/version.c b/src/version.c index 492a527..1399c87 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 64, +/**/ 63, /**/ 62,