summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-07 22:37:36 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-07 22:37:36 +0200
commitc6da01a5b8efe9ca4931074c0cf2189d357707a2 (patch)
treed4f4307f2d555230b0359a136850acfcb6b4efa2 /src/version.c
parent75a60f74ce1000b0ffed2e6a203a05f3cd160c6a (diff)
downloadvim-git-c6da01a5b8efe9ca4931074c0cf2189d357707a2.tar.gz
patch 8.0.1071: putty-color and cygwin-color are not recognizedv8.0.1071
Problem: $TERM names starting with "putty" and "cygwin" are likely to have a dark background, but are not recognized. Solution: Only check the first few characters of $TERM to match "putty" or "cygwin". (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8750360c9..4d040fb0d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1071,
+/**/
1070,
/**/
1069,