Skip to content

Commit

Permalink
patch 8.0.1196: crash when t_RF is not set
Browse files Browse the repository at this point in the history
Problem:    Crash when t_RF is not set. (Brian Pina)
Solution:   Add t_RF to the list of terminal options. (Hirohito Higashi)
  • Loading branch information
brammool committed Oct 15, 2017
1 parent 9377df3 commit a20f83d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/option.c
Expand Up @@ -3141,6 +3141,7 @@ static struct vimoption options[] =
p_term("t_ms", T_MS)
p_term("t_nd", T_ND)
p_term("t_op", T_OP)
p_term("t_RF", T_RFG)
p_term("t_RB", T_RBG)
p_term("t_RC", T_CRC)
p_term("t_RI", T_CRI)
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -761,6 +761,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1196,
/**/
1195,
/**/
Expand Down

0 comments on commit a20f83d

Please sign in to comment.