commit | 1149382d21402474c771862d082a541e23beb108 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 15:08:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 15:08:09 2018 +0200 |
tree | b4e9118ad2a62d3a11e2f3ab3d8b9a95e869e76b | |
parent | f273245f6433d5d43a5671306b520a3230c35787 [diff] [blame] |
patch 8.1.0028: prompt buffer test fails on MS-Windows Problem: Prompt buffer test fails on MS-Windows. Solution: Disable the test for now. Remove stray assert.
diff --git a/src/version.c b/src/version.c index 985e659..4d9696b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 28, +/**/ 27, /**/ 26,