summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-03 15:08:09 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-03 15:08:09 +0200
commit1149382d21402474c771862d082a541e23beb108 (patch)
treeb4e9118ad2a62d3a11e2f3ab3d8b9a95e869e76b /src/version.c
parentf273245f6433d5d43a5671306b520a3230c35787 (diff)
patch 8.1.0028: prompt buffer test fails on MS-Windowsv8.1.0028
Problem: Prompt buffer test fails on MS-Windows. Solution: Disable the test for now. Remove stray assert.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 985e659bf7..4d9696bc58 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 28,
+/**/
27,
/**/
26,