diff src/version.c @ 18350:b1796f1b28fa v8.1.2169

patch 8.1.2169: terminal flags are never reset Commit: https://github.com/vim/vim/commit/3cea8a9a51c7b26a01a75dc29d9d8a621fc70b57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 17 21:55:24 2019 +0200 patch 8.1.2169: terminal flags are never reset Problem: Terminal flags are never reset. Solution: Reset the flags when setting 'term'.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Oct 2019 22:00:03 +0200
parents 9ea364ccf216
children 94e1a49b879e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2169,
+/**/
     2168,
 /**/
     2167,