summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-06-25 17:03:36 +0200
committerBram Moolenaar <Bram@vim.org>2015-06-25 17:03:36 +0200
commitb5c3265521749fda81ae4b052de35a0d1209cf50 (patch)
treec4e09817745505a3e66db6f65a72fa5cf63f4708 /src/version.c
parent367fbf17dad7bfb65cef8a4a18147989516218f2 (diff)
downloadvim-git-b5c3265521749fda81ae4b052de35a0d1209cf50.tar.gz
patch 7.4.757v7.4.757
Problem: Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel)
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 ae01bdf8b..917f71a65 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 757,
+/**/
756,
/**/
755,