commit | 494838a3fec2fb1abcac6256271810a762225bed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 10 19:20:37 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 10 19:20:37 2015 +0100 |
tree | bc53a26eb9be351c99fa332179efd8a97888a498 | |
parent | eb2928595bca45cb37f0906c76896dce806b5543 [diff] [blame] |
updated for version 7.4.627 Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
diff --git a/src/version.c b/src/version.c index 8ef229a..9a813d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 627, +/**/ 626, /**/ 625,