commit | 164268d4cf84fa0efd984fddbef4a41366aabd46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 20:06:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 20:06:17 2018 +0200 |
tree | f7510daa76961eb9548b65f0dab407a60d2b37b1 | |
parent | 8dd1761e69d70bb4b5848dc4c213792d9121787a [diff] [blame] |
patch 8.0.1691: xxd test sometimes fails Problem: Xxd test sometimes fails. Solution: Wipe out the XXDfile buffer.
diff --git a/src/version.c b/src/version.c index 265e6e9..8e446d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1691, +/**/ 1690, /**/ 1689,