diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-02-10 19:20:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-02-10 19:20:37 +0100 |
commit | 494838a3fec2fb1abcac6256271810a762225bed (patch) | |
tree | bc53a26eb9be351c99fa332179efd8a97888a498 /src/option.c | |
parent | eb2928595bca45cb37f0906c76896dce806b5543 (diff) | |
download | vim-git-494838a3fec2fb1abcac6256271810a762225bed.tar.gz |
updated for version 7.4.627v7.4.627
Problem: The last screen cell is not updated.
Solution: Respect the "tn" termcap feature. (Hayaki Saito)
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c index 1ba08f7e6..d9cfda0f0 100644 --- a/src/option.c +++ b/src/option.c @@ -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) |