patch 8.0.0985: libvterm has its own idea of character width v8.0.0985
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Aug 2017 20:12:17 +0000 (22:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Aug 2017 20:12:17 +0000 (22:12 +0200)
commit6d0826dfbba9880820d9ec221327e4250bbf6540
tree4cc32379c4c21b3dfced4bc8339d8541188cf18f
parent5830232c021102e47a4e6fc81857604e4a031ddf
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)
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Makefile
src/libvterm/src/unicode.c
src/mbyte.c
src/proto/mbyte.pro
src/version.c