commit | df54382eacdbfa10291adb80ad6b89ad83bd7c9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 11:53:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 11:53:59 2020 +0100 |
tree | 606046b076419a8e32df9d2e6383083792567261 | |
parent | 70b3e706b40fc2c84c1f9f33fa64945a481df395 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e6935a2..3d4b1cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 178, +/**/ 177, /**/ 176,