mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 9.0.0983: stray characters displayed when starting the GUI
Problem: Stray characters displayed when starting the GUI. Solution: Add t_RK to the list of terminal options.
This commit is contained in:
@@ -2897,6 +2897,7 @@ static struct vimoption options[] =
|
||||
p_term("t_RC", T_CRC)
|
||||
p_term("t_RI", T_CRI)
|
||||
p_term("t_Ri", T_SRI)
|
||||
p_term("t_RK", T_CRK)
|
||||
p_term("t_RS", T_CRS)
|
||||
p_term("t_RT", T_CRT)
|
||||
p_term("t_RV", T_CRV)
|
||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
983,
|
||||
/**/
|
||||
982,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user