commit | dd5d18eadffadc723ff7d3e208a2973d267a6dde | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 30 14:16:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 30 14:16:06 2018 +0200 |
tree | 82d40099c221ff6c9c245cedc8a57a8e1a6a3408 | |
parent | 2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10 [diff] [blame] |
patch 8.1.0336: mkview test still fails on CI Problem: mkview test still fails on CI. Solution: Ignore curswant, don't see another solution.
diff --git a/src/version.c b/src/version.c index b5cfc67..baf005e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 336, +/**/ 335, /**/ 334,