commit | adbde3fbedd4a5379ddf0cfc9a6854b52955fd4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 22:57:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 22:57:14 2019 +0200 |
tree | ec02d7660cbd740341e8425c2e87af6b69d4e881 | |
parent | bf9a3b0164e649b357d6218b4358208288b6fb7e [diff] [blame] |
patch 8.1.2016: terminal altscreen test now fails on MS-Windows Problem: Terminal altscreen test now fails on MS-Windows. Solution: Skip the test on MS-Windows
diff --git a/src/version.c b/src/version.c index 962f0a9..86aaec9 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2016, +/**/ 2015, /**/ 2014,