diff src/version.c @ 19239:c189e3826ec3 v8.2.0178

patch 8.2.0178: with VTP the screen may not be restored properly Commit: https://github.com/vim/vim/commit/df54382eacdbfa10291adb80ad6b89ad83bd7c9b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 30 11:53:59 2020 +0100 patch 8.2.0178: with VTP the screen may not be restored properly Problem: With VTP the screen may not be restored properly. Solution: Add another set of saved RGB values. (Nobuhiro Takasaki, closes #5548)
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Jan 2020 12:00:09 +0100
parents 1a3ebc75cf39
children c53dbbf3229b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    178,
+/**/
     177,
 /**/
     176,