1
0
forked from aniani/vim

patch 9.0.0636: underline color may not work in some terminals

Problem:    Underline color does not work in terminals that don't send a
            termresponse.
Solution:   Do output t_8u if it was set explicitly. (closes #11253)
This commit is contained in:
Bram Moolenaar
2022-10-01 21:22:17 +01:00
parent 3292a22940
commit b393275ae9
2 changed files with 7 additions and 2 deletions

View File

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