1
0
forked from aniani/vim

patch 9.0.1111: termcap entries for RGB colors are not set automatically

Problem:    Termcap entries for RGB colors are not set automatically.
Solution:   Always set the termcap entries when +termguicolors is enabled.
This commit is contained in:
Bram Moolenaar
2022-12-30 11:16:00 +00:00
parent 254480736f
commit 96dd34e534
2 changed files with 38 additions and 13 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1111,
/**/
1110,
/**/