We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7427f4 commit 450ca43Copy full SHA for 450ca43
2 files changed
src/option.c
@@ -2981,8 +2981,10 @@ static struct vimoption
2981
p_term("t_ce", T_CE)
2982
p_term("t_cl", T_CL)
2983
p_term("t_cm", T_CM)
2984
+ p_term("t_Ce", T_UCE)
2985
p_term("t_Co", T_CCO)
2986
p_term("t_CS", T_CCS)
2987
+ p_term("t_Cs", T_UCS)
2988
p_term("t_cs", T_CS)
2989
#ifdef FEAT_VERTSPLIT
2990
p_term("t_CV", T_CSV)
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 911,
746
/**/
747
910,
748
0 commit comments