1
0
forked from aniani/vim

patch 8.2.2893: multi-byte text in popup title shows up wrong

Problem:    Multi-byte text in popup title shows up wrong.
Solution:   Use the character width instead of the byte length. (Ralf Schandl,
            closes #8267, closes #8264)
This commit is contained in:
Ralf Schandl
2021-05-28 14:12:14 +02:00
committed by Bram Moolenaar
parent 89dcb4dce3
commit bc869874fe
5 changed files with 69 additions and 8 deletions

View File

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