]> granicus.if.org Git - vim/commitdiff
patch 7.4.911 v7.4.911
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 12:30:39 +0000 (13:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 12:30:39 +0000 (13:30 +0100)
Problem:    t_Ce and t_Cs are documented but not supported. (Hirohito Higashi)
Solution:   Define the options.

src/option.c
src/version.c

index 7c9f9c8f523cf48f9af987037953165c2400e9d2..db3a197af4bce9b44d7ae7ba38817bf78d076882 100644 (file)
@@ -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)
index e8b664fa69fa70cd13b05e0f63054a9f1c06f912..734f84f3c6406ce7a9e51338b3de563391107574 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    911,
 /**/
     910,
 /**/