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:
committed by
Bram Moolenaar
parent
89dcb4dce3
commit
bc869874fe
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2893,
|
||||
/**/
|
||||
2892,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user