Skip to content

Commit 450ca43

Browse files
committed
patch 7.4.911
Problem: t_Ce and t_Cs are documented but not supported. (Hirohito Higashi) Solution: Define the options.
1 parent e7427f4 commit 450ca43

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/option.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2981,8 +2981,10 @@ static struct vimoption
29812981
p_term("t_ce", T_CE)
29822982
p_term("t_cl", T_CL)
29832983
p_term("t_cm", T_CM)
2984+
p_term("t_Ce", T_UCE)
29842985
p_term("t_Co", T_CCO)
29852986
p_term("t_CS", T_CCS)
2987+
p_term("t_Cs", T_UCS)
29862988
p_term("t_cs", T_CS)
29872989
#ifdef FEAT_VERTSPLIT
29882990
p_term("t_CV", T_CSV)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
911,
744746
/**/
745747
910,
746748
/**/

0 commit comments

Comments
 (0)