commit | 69c3500f9630db9b194cb82167d0fccef9efb9a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 02:54:12 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 02:54:12 2013 +0100 |
tree | 0bdefbe3e703fb42094a804b42adc82897e104d6 | |
parent | 332a2cadcd19a0ac69b9c41ed6f4add89128fdfe [diff] [blame] |
updated for version 7.4.066 Problem: MS-Windows: When there is a colon in the file name (sub-stream feature) the swap file name is wrong. Solution: Change the colon to "%". (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 02cca43..615d86d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 66, +/**/ 65, /**/ 64,