diff src/version.c @ 16093:3da6df816d8a v8.1.1051

patch 8.1.1051: not all ways to switch terminal mode are tested commit https://github.com/vim/vim/commit/a4c2a24cc7772d882289a617104fe968a15969d7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 25 23:01:38 2019 +0100 patch 8.1.1051: not all ways to switch terminal mode are tested Problem: Not all ways to switch terminal mode are tested. Solution: Add more test cases.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Mar 2019 23:15:04 +0100
parents e8d8650fa625
children 4673f22da44d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -776,6 +776,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1051,
+/**/
     1050,
 /**/
     1049,