1
0
forked from aniani/vim

patch 8.2.0499: calling a lambda is slower than evaluating a string

Problem:    Calling a lambda is slower than evaluating a string.
Solution:   Make calling a lambda faster. (Ken Takata, closes #5727)
This commit is contained in:
Bram Moolenaar
2020-04-02 18:34:35 +02:00
parent 4227c789ff
commit f10806b250
2 changed files with 60 additions and 29 deletions

View File

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