summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-01 19:25:04 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-01 19:25:04 +0000
commit184a622adaa4c3d413ee0d38da063474b67ccfe3 (patch)
tree29252a127977b68d9057a15ef9f1f4591625daf7
parent45e4eead2aaf9d883bcf19db779be47ffb4fa44a (diff)
downloadvim-git-9.0.0983.tar.gz
patch 9.0.0983: stray characters displayed when starting the GUIv9.0.0983
Problem: Stray characters displayed when starting the GUI. Solution: Add t_RK to the list of terminal options.
-rw-r--r--src/optiondefs.h1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/optiondefs.h b/src/optiondefs.h
index e7eb357d7..449e7efda 100644
--- a/src/optiondefs.h
+++ b/src/optiondefs.h
@@ -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)
diff --git a/src/version.c b/src/version.c
index 5a1312726..e78e71fda 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 983,
+/**/
982,
/**/
981,