1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-08-22 22:12:17 +02:00
parent 5830232c02
commit 6d0826dfbb
7 changed files with 66 additions and 7 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
985,
/**/
984,
/**/