commit | 759d81549c1340185f0d92524c563bb37697ea88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 16:52:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 16:52:49 2020 +0200 |
tree | 910d6ade5a87da555b5fc89906de272fd5953b2c | |
parent | 07b761a012958ca91fa420f9c86a33675ddca943 [diff] [blame] |
patch 8.2.0646: t_Co uses the value of $COLORS in the GUI Problem: t_Co uses the value of $COLORS in the GUI. (Masato Nishihata) Solution: Ignore $COLORS for the GUI. (closes #5992)
diff --git a/src/version.c b/src/version.c index 392ac18..16145f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 646, +/**/ 645, /**/ 644,