commit | 9f1f49b839fbc5d099301d5318a5e1e70dd59b7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 18:14:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 18:14:17 2017 +0200 |
tree | 8472cebe1ad2e1d784dcaac7b05471729a7c940d | |
parent | 5a1feb809191e236cadd2884a5f57ad26cd213a3 [diff] [blame] |
patch 8.0.0745: multi-byte characters in a terminal don't display well Problem: multi-byte characters in a terminal window are not displayed properly. Solution: Set the unused screen characters. (Yasuhiro Matsumoto, closes #1857)
diff --git a/src/version.c b/src/version.c index 31dc8d6..b0058e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 745, +/**/ 744, /**/ 743,