diff src/version.c @ 18039:ef5720fb6f41 v8.1.2015

patch 8.1.2015: terminal altscreen test still fails sometimes Commit: https://github.com/vim/vim/commit/bf9a3b0164e649b357d6218b4358208288b6fb7e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 8 22:35:48 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Sep 2019 22:45:03 +0200
parents 6a7b778119f1
children 060e1b1220c6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2015,
+/**/
     2014,
 /**/
     2013,