1
0
forked from aniani/vim

patch 9.0.0548: reduce() with a compiled lambda could be faster

Problem:    reduce() with a compiled lambda could be faster.
Solution:   Call eval_expr_typval() instead of call_func() directly.
This commit is contained in:
Bram Moolenaar
2022-09-22 17:07:00 +01:00
parent 6d313bec53
commit f1c60d4bf1
7 changed files with 30 additions and 34 deletions

View File

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