]> granicus.if.org Git - vim/commitdiff
patch 9.0.0983: stray characters displayed when starting the GUI v9.0.0983
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Dec 2022 19:25:04 +0000 (19:25 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Dec 2022 19:25:04 +0000 (19:25 +0000)
Problem:    Stray characters displayed when starting the GUI.
Solution:   Add t_RK to the list of terminal options.

src/optiondefs.h
src/version.c

index e7eb357d7e5e154b9c3432873b1153eaaf5112db..449e7efdafa08c626f1ac90898994eb60c5cd9e5 100644 (file)
@@ -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)
index 5a131272668781f5cfdaee3d72da31e152dc4ad5..e78e71fda9e7e38ade615f15414c04366ad9616e 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    983,
 /**/
     982,
 /**/