1
0
forked from aniani/vim

patch 8.1.0566: SGR not enabled for mintty because $TERM is "xterm"

Problem:    SGR not enabled for mintty because $TERM is "xterm".
Solution:   Detect mintty by the termresponse. (Ken Takata, closes #3667)
This commit is contained in:
Bram Moolenaar
2018-12-07 13:18:19 +01:00
parent 10600db772
commit 20091c18c4
2 changed files with 11 additions and 2 deletions

View File

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