commit | bf9a3b0164e649b357d6218b4358208288b6fb7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 22:35:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 22:35:48 2019 +0200 |
tree | 32ce3616dbed5646659227ce919480253a3f8e16 | |
parent | b9c79cf5cc876ba4d46d938ad4a15800dbe45e64 [diff] [blame] |
patch 8.1.2015: terminal altscreen test still fails sometimes Problem: Terminal altscreen test still fails sometimes. Solution: Write the escape sequence in a file.
diff --git a/src/version.c b/src/version.c index 448407f..962f0a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2015, +/**/ 2014, /**/ 2013,