comparison src/version.c @ 20181:0ab9d7469ce7 v8.2.0646

patch 8.2.0646: t_Co uses the value of $COLORS in the GUI Commit: https://github.com/vim/vim/commit/759d81549c1340185f0d92524c563bb37697ea88 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 26 16:52:49 2020 +0200 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 https://github.com/vim/vim/issues/5992)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Apr 2020 17:00:03 +0200
parents 28d82a342331
children 5888cce49574
comparison
equal deleted inserted replaced
20180:6ac0d289f8e7 20181:0ab9d7469ce7
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 646,
749 /**/ 751 /**/
750 645, 752 645,
751 /**/ 753 /**/
752 644, 754 644,
753 /**/ 755 /**/