1
0
forked from aniani/vim

patch 8.2.2233: cannot convert a byte index into a character index

Problem:    Cannot convert a byte index into a character index.
Solution:   Add charidx(). (Yegappan Lakshmanan, closes #7561)
This commit is contained in:
Bram Moolenaar
2020-12-28 12:56:58 +01:00
parent 9618a25b9c
commit 17793ef23a
5 changed files with 109 additions and 0 deletions

View File

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