1
0
forked from aniani/vim

patch 8.2.3630: printf() with %S does not handle multi-byte correctly

Problem:    Printf() with %S does not handle multi-byte correctly.
Solution:   Count cells instead of bytes. (closes #9169, closes #7486)
This commit is contained in:
presuku
2021-11-20 19:38:31 +00:00
committed by Bram Moolenaar
parent a119812437
commit d85fccdfed
3 changed files with 16 additions and 4 deletions

View File

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