commit | 696d00f488dc0599692993f226a7dd95a187920d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 14:52:43 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 14:52:43 2017 +0200 |
tree | effc0a3cb5cff7eac863a1151329dbd72f358243 | |
parent | dcbfa33fa169b9358908aafe9e7e54faaef1c0fa [diff] [blame] |
patch 8.0.0800 Problem: Terminal window scrollback contents is wrong. Solution: Fix handling of multi-byte characters (Yasuhiro Matsumoto) Handle empty lines correctly. (closes #1891)
diff --git a/src/version.c b/src/version.c index d4926a8..a44e550 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 800, +/**/ 799, /**/ 798,