1
0
forked from aniani/vim

patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeys

Problem:    Side effects when using t_ti to enable modifyOtherKeys.
Solution:   Add t_TI and t_TE.
This commit is contained in:
Bram Moolenaar
2019-10-12 21:08:59 +02:00
parent 4facea310c
commit 171a921b51
5 changed files with 31 additions and 13 deletions

View File

@@ -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)