summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-11-10 13:30:39 +0100
committerBram Moolenaar <Bram@vim.org>2015-11-10 13:30:39 +0100
commit450ca4335e467ac29c1560b7397225a974aee3bf (patch)
tree96c135417e31d048c7b152a47cc248c95cfad182
parente7427f4b7e1af6a63600183be6b4c5724beb2f66 (diff)
downloadvim-git-7.4.911.tar.gz
patch 7.4.911v7.4.911
Problem: t_Ce and t_Cs are documented but not supported. (Hirohito Higashi) Solution: Define the options.
-rw-r--r--src/option.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c
index 7c9f9c8f5..db3a197af 100644
--- a/src/option.c
+++ b/src/option.c
@@ -2981,8 +2981,10 @@ static struct vimoption
p_term("t_ce", T_CE)
p_term("t_cl", T_CL)
p_term("t_cm", T_CM)
+ p_term("t_Ce", T_UCE)
p_term("t_Co", T_CCO)
p_term("t_CS", T_CCS)
+ p_term("t_Cs", T_UCS)
p_term("t_cs", T_CS)
#ifdef FEAT_VERTSPLIT
p_term("t_CV", T_CSV)
diff --git a/src/version.c b/src/version.c
index e8b664fa6..734f84f3c 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 */
/**/
+ 911,
+/**/
910,
/**/
909,