]> granicus.if.org Git - vim/commitdiff
patch 8.0.1196: crash when t_RF is not set v8.0.1196
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Oct 2017 11:35:01 +0000 (13:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Oct 2017 11:35:01 +0000 (13:35 +0200)
Problem:    Crash when t_RF is not set. (Brian Pina)
Solution:   Add t_RF to the list of terminal options. (Hirohito Higashi)

src/option.c
src/version.c

index 2743f16071b027b9d68388458c92237e79162898..baa8d855c6a18f67ad33c0f2989566a8c4db46d1 100644 (file)
@@ -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)
index 5e87e258f0db3d958aa830f1498f00bd4d4b5fe6..0fcc596e7e76d40cead2584906d36f765923ab72 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1196,
 /**/
     1195,
 /**/