1
0
forked from aniani/vim

patch 8.2.2640: screenstring() returns non-existing composing characters

Problem:    screenstring() returns non-existing composing characters.
Solution:   Only use composing characters if there is a base character.
This commit is contained in:
Bram Moolenaar
2021-03-22 17:11:15 +01:00
parent 5ea79a2599
commit f1387285e2
3 changed files with 8 additions and 10 deletions

View File

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