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 9377df3 commit a20f83dCopy full SHA for a20f83d
2 files changed
src/option.c
@@ -3141,6 +3141,7 @@ static struct vimoption options[] =
3141
p_term("t_ms", T_MS)
3142
p_term("t_nd", T_ND)
3143
p_term("t_op", T_OP)
3144
+ p_term("t_RF", T_RFG)
3145
p_term("t_RB", T_RBG)
3146
p_term("t_RC", T_CRC)
3147
p_term("t_RI", T_CRI)
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1196,
766
/**/
767
1195,
768
0 commit comments