1
0
forked from aniani/vim

patch 8.2.2736: Vim9: for loop over string is a bit slow

Problem:    Vim9: for loop over string is a bit slow.
Solution:   Avoid using strlen().
This commit is contained in:
Bram Moolenaar
2021-04-08 18:05:03 +02:00
parent fa5963880d
commit 175a41c13f
2 changed files with 3 additions and 2 deletions

View File

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