commit | 82418263fa91792e851cb0de879d1595327d5531 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 28 16:16:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 28 16:16:15 2022 +0100 |
tree | e14f38d9dba9dce01e0c3b6c6612ca577bf27b49 | |
parent | 1936c765364d6a771cea5df9971318060db82730 [diff] [blame] |
patch 9.0.0618: calling function for reduce() has too much overhead Problem: Calling function for reduce() has too much overhead. Solution: Do not create a funccall_T every time.
diff --git a/src/version.c b/src/version.c index 43569d0..11cf724 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 618, +/**/ 617, /**/ 616,