commit | 8322e1f06e8fa39a6bb790a7d8d7db5d7aff3366 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 19:20:04 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 19:20:04 2016 +0100 |
tree | 3b10bf2fbe951e8f2a5bd97bf86f74c85b3d1b0e | |
parent | d9d473ea124339c4dd173127db47c4583645ac2c [diff] [blame] |
patch 7.4.1521 Problem: File permission test fails on MS-Windows. Solution: Expect a different permission.
diff --git a/src/version.c b/src/version.c index 15baf5d..5d7a968 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1521, +/**/ 1520, /**/ 1519,