1
0
forked from aniani/vim

patch 8.2.3849: functions implementing reduce and map are too long

Problem:    Functions implementing reduce and map are too long.
Solution:   Use a function for each type of value.  Add a few more test cases
            and add to the help. (Yegappan Lakshmanan, closes #9370)
This commit is contained in:
Yegappan Lakshmanan
2021-12-19 10:35:15 +00:00
committed by Bram Moolenaar
parent 0ccb5842f5
commit 389b72196e
4 changed files with 583 additions and 474 deletions

View File

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