]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0646: t_Co uses the value of $COLORS in the GUI v8.2.0646
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Apr 2020 14:52:49 +0000 (16:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Apr 2020 14:52:49 +0000 (16:52 +0200)
commit759d81549c1340185f0d92524c563bb37697ea88
tree910d6ade5a87da555b5fc89906de272fd5953b2c
parent07b761a012958ca91fa420f9c86a33675ddca943
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)
src/os_unix.c
src/term.c
src/version.c