diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-08 19:20:04 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-08 19:20:04 +0100 |
commit | 8322e1f06e8fa39a6bb790a7d8d7db5d7aff3366 (patch) | |
tree | 3b10bf2fbe951e8f2a5bd97bf86f74c85b3d1b0e /src/version.c | |
parent | d9d473ea124339c4dd173127db47c4583645ac2c (diff) | |
download | vim-8322e1f06e8fa39a6bb790a7d8d7db5d7aff3366.zip |
patch 7.4.1521
Problem: File permission test fails on MS-Windows.
Solution: Expect a different permission.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 15baf5df9..5d7a968da 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1521, +/**/ 1520, /**/ 1519, |