1
0
forked from aniani/vim

patch 8.2.3820: "vrc" does not replace composing characters

Problem:    "vrc" does not replace composing characters, while "rc" does.
Solution:   Check the byte length including composing characters.
            (closes #9351)
This commit is contained in:
Bram Moolenaar
2021-12-15 21:08:50 +00:00
parent 427f065a88
commit 8ee6028de3
3 changed files with 11 additions and 2 deletions

View File

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