commit | c6ca9f3a29bfd6f5269749036f79f63ce6289692 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 18:57:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 18:57:23 2020 +0100 |
tree | a0233c7e404d75569e178a7d0eaf3a9e2cd47230 | |
parent | 2bede173a177e227e6224a8713f5b88a38d011af [diff] [blame] |
patch 8.2.2016: swap file test is a little flaky Problem: Swap file test is a little flaky. Solution: Don't set a byte to a fixed value, increment it.
diff --git a/src/version.c b/src/version.c index 1170a7f..01cf3c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2016, +/**/ 2015, /**/ 2014,