diff src/version.c @ 15111:6fcfff2b4ba5 v8.1.0566

patch 8.1.0566: SGR not enabled for mintty because $TERM is "xterm" commit https://github.com/vim/vim/commit/20091c18c40b4e8b594769ba11e81d133c479d7c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 7 13:18:19 2018 +0100 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 https://github.com/vim/vim/issues/3667)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Dec 2018 13:30:07 +0100
parents b91cd042c2fc
children ae25a1172514
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    566,
+/**/
     565,
 /**/
     564,