commit | 6995c0a7a91986caa0b495dd926d440c1e99f651 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 21:46:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 21:46:10 2018 +0200 |
tree | b87d38c4ca8b54deabba59272f30bc113a70d635 | |
parent | b377457e693210d1b0c0bbac7e04671fc98f038b [diff] [blame] |
patch 8.0.1695: xxd test not run on MS-Windows Problem: Xxd test not run on MS-Windows. Solution: Use xxd.exe if it exists.
diff --git a/src/version.c b/src/version.c index 46d12cc..2b41fae 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1695, +/**/ 1694, /**/ 1693,