1
0
forked from aniani/vim

patch 8.2.2654: Vim9: getting a character from a string can be slow

Problem:    Vim9: getting a character from a string can be slow.
Solution:   Avoid a function call to get the character byte size. (#8000)
This commit is contained in:
Bram Moolenaar
2021-03-26 13:34:05 +01:00
parent 3a0f092ac0
commit ff87140046
2 changed files with 21 additions and 3 deletions

View File

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