commit | 53bdec2ac9b994eee9c60f2ab9ad8a8afb2b9594 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 00:03:18 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 00:03:18 2016 +0200 |
tree | 30003f8756765fc1913aa3f1da72023fea9ad8ab | |
parent | ca8942c6e331a69ddd533dd78931f399f7dcaa79 [diff] [blame] |
patch 7.4.2079 Problem: Netbeans test fails on non-Unix systems. Solution: Only do the permission check on Unix systems.
diff --git a/src/version.c b/src/version.c index c3443fe..febea0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2079, +/**/ 2078, /**/ 2077,