commit | 20091c18c40b4e8b594769ba11e81d133c479d7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 07 13:18:19 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 07 13:18:19 2018 +0100 |
tree | 3fd46048f9355294867a7bb0d6088fb86e711012 | |
parent | 10600db772a6b50093b8027509d7089c209d1e26 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e4f863e..b912a6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 566, +/**/ 565, /**/ 564,