1
0
forked from aniani/vim

patch 9.0.0132: multi-byte characters in virtual text not handled correctly

Problem:    Multi-byte characters in virtual text not handled correctly.
Solution:   Count screen cells instead of bytes.
This commit is contained in:
Bram Moolenaar
2022-08-01 16:51:02 +01:00
parent 783ef7214b
commit 09ff4b54fb
7 changed files with 20 additions and 13 deletions

View File

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