commit | b1cb35f785d2d7a1c94268218cf5eb3d8087c55e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 13:05:20 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 10 13:05:20 2014 +0100 |
tree | 5e1a197aa11fdef4a777fa2de6d53743793ae928 | |
parent | 438f67a0040ab4f517c68f446f4a03a6c9e9096d [diff] [blame] |
updated for version 7.4.136 Problem: MS-Windows: When saving a file with a UNC path the file becomes read-only. Solution: Don't mix up Win32 attributes and Unix attributes. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 3400e6b..8eb9e40 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 136, +/**/ 135, /**/ 134,