1
0
forked from aniani/vim

updated for version 7.4.627

Problem:    The last screen cell is not updated.
Solution:   Respect the "tn" termcap feature. (Hayaki Saito)
This commit is contained in:
Bram Moolenaar
2015-02-10 19:20:37 +01:00
parent eb2928595b
commit 494838a3fe
6 changed files with 25 additions and 7 deletions

View File

@@ -2978,6 +2978,7 @@ static struct vimoption
p_term("t_WS", T_CWS)
p_term("t_SI", T_CSI)
p_term("t_EI", T_CEI)
p_term("t_xn", T_XN)
p_term("t_xs", T_XS)
p_term("t_ZH", T_CZH)
p_term("t_ZR", T_CZR)