commit | 997d42427eaab889058eb047e08d55de9e4a968a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 14 21:23:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 14 21:23:40 2019 +0200 |
tree | cd50c48ceb23550790ff73fe0091f2a35f04e215 | |
parent | 017ba07fa2cdc578245618717229444fd50c470d [diff] [blame] |
patch 8.1.2030: tests fail when build with normal features and terminal Problem: Tests fail when build with normal features and terminal. (Dominique Pelle) Solution: Disable tests that won't work. (closes #4932)
diff --git a/src/version.c b/src/version.c index 76476bc..c7f8764 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2030, +/**/ 2029, /**/ 2028,