comparison src/version.c @ 28706:c655908382fa v8.2.4877

patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors Commit: https://github.com/vim/vim/commit/d560014e032e0646234a56af18ae1bfa6c1f5c90 Author: Christian Brabandt <cb@256bit.org> Date: Thu May 5 21:09:54 2022 +0100 patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors Problem: MS-Windows: Using Normal colors for termguicolors causes problems. Solution: Do not use Normal colors to set sg_gui_fg and sg_gui_bg. (Christian Brabandt, closes #10317, closes #10241)
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 May 2022 22:15:03 +0200
parents e1aff2f300be
children 094a70434f90
comparison
equal deleted inserted replaced
28705:eb700e5576bd 28706:c655908382fa
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 4877,
749 /**/ 751 /**/
750 4876, 752 4876,
751 /**/ 753 /**/
752 4875, 754 4875,
753 /**/ 755 /**/