commit | acc770a10f65107131473ea2ab4ae5d429dfe172 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 15:11:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 15:11:06 2020 +0200 |
tree | 351cb18e093e7291f67781c233b95f508e93ed21 | |
parent | cd630becc8849bf4647f04eeb02a4883bf46140e [diff] [blame] |
patch 8.2.0554: the GUI doesn't set t_Co Problem: The GUI doesn't set t_Co. Solution: In the GUI set t_Co to 256 * 256 * 256. (closes #5903)
diff --git a/src/version.c b/src/version.c index a9cdd6a..08a95a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 554, +/**/ 553, /**/ 552,