Skip to content

Commit a20f83d

Browse files
committed
patch 8.0.1196: crash when t_RF is not set
Problem: Crash when t_RF is not set. (Brian Pina) Solution: Add t_RF to the list of terminal options. (Hirohito Higashi)
1 parent 9377df3 commit a20f83d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,6 +3141,7 @@ static struct vimoption options[] =
31413141
p_term("t_ms", T_MS)
31423142
p_term("t_nd", T_ND)
31433143
p_term("t_op", T_OP)
3144+
p_term("t_RF", T_RFG)
31443145
p_term("t_RB", T_RBG)
31453146
p_term("t_RC", T_CRC)
31463147
p_term("t_RI", T_CRI)

src/version.c

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

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1196,
764766
/**/
765767
1195,
766768
/**/

0 commit comments

Comments
 (0)