summaryrefslogtreecommitdiffstats
path: root/src/optiondefs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-12 21:08:59 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-12 21:08:59 +0200
commit171a921b51101c1261040d28a8147c8829b675d3 (patch)
treef6c53c7bc562a04ef8529e34d0f16fe9bd2f4fcf /src/optiondefs.h
parent4facea310c2788c88f021b262658b847381a50a8 (diff)
patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeysv8.1.2144
Problem: Side effects when using t_ti to enable modifyOtherKeys. Solution: Add t_TI and t_TE.
Diffstat (limited to 'src/optiondefs.h')
-rw-r--r--src/optiondefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/optiondefs.h b/src/optiondefs.h
index 3745d07ced..47f17ed392 100644
--- a/src/optiondefs.h
+++ b/src/optiondefs.h
@@ -2969,7 +2969,9 @@ static struct vimoption options[] =
p_term("t_ST", T_CST)
p_term("t_Te", T_STE)
p_term("t_te", T_TE)
+ p_term("t_TE", T_CTE)
p_term("t_ti", T_TI)
+ p_term("t_TI", T_CTI)
p_term("t_Ts", T_STS)
p_term("t_ts", T_TS)
p_term("t_u7", T_U7)