diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-22 18:14:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-22 18:14:17 +0200 |
commit | 9f1f49b839fbc5d099301d5318a5e1e70dd59b7c (patch) | |
tree | 8472cebe1ad2e1d784dcaac7b05471729a7c940d /src/version.c | |
parent | 5a1feb809191e236cadd2884a5f57ad26cd213a3 (diff) | |
download | vim-9f1f49b839fbc5d099301d5318a5e1e70dd59b7c.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 31dc8d682..b0058e4d3 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 745, +/**/ 744, /**/ 743, |