1
0
forked from aniani/vim

patch 7.4.911

Problem:    t_Ce and t_Cs are documented but not supported. (Hirohito Higashi)
Solution:   Define the options.
This commit is contained in:
Bram Moolenaar
2015-11-10 13:30:39 +01:00
parent e7427f4b7e
commit 450ca4335e
2 changed files with 4 additions and 0 deletions

View File

@@ -2981,8 +2981,10 @@ static struct vimoption
p_term("t_ce", T_CE) p_term("t_ce", T_CE)
p_term("t_cl", T_CL) p_term("t_cl", T_CL)
p_term("t_cm", T_CM) p_term("t_cm", T_CM)
p_term("t_Ce", T_UCE)
p_term("t_Co", T_CCO) p_term("t_Co", T_CCO)
p_term("t_CS", T_CCS) p_term("t_CS", T_CCS)
p_term("t_Cs", T_UCS)
p_term("t_cs", T_CS) p_term("t_cs", T_CS)
#ifdef FEAT_VERTSPLIT #ifdef FEAT_VERTSPLIT
p_term("t_CV", T_CSV) p_term("t_CV", T_CSV)

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
911,
/**/ /**/
910, 910,
/**/ /**/