1
0
forked from aniani/vim

patch 8.2.3304: popup window title with wide characters is truncated

Problem:    Popup window title with wide characters is truncated.
Solution:   Use vim_strsize() instead of MB_CHARLEN(). (Naruhiko Nishino,
            closes #8721)
This commit is contained in:
rbtnn
2021-08-07 13:08:45 +02:00
committed by Bram Moolenaar
parent 3276f5846f
commit c611941c60
4 changed files with 5 additions and 3 deletions

View File

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