commit | 6d0826dfbba9880820d9ec221327e4250bbf6540 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 22:12:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 22:12:17 2017 +0200 |
tree | 4cc32379c4c21b3dfced4bc8339d8541188cf18f | |
parent | 5830232c021102e47a4e6fc81857604e4a031ddf [diff] [blame] |
patch 8.0.0985: libvterm has its own idea of character width Problem: Libvterm has its own idea of character width. Solution: Use the Vim functions for character width and composing to avoid a mismatch. (idea by Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 0383e58..ef0209e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 985, +/**/ 984, /**/ 983,