commit | 52df40eb04726f9ee3c54ef8f7d856f1254b191a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 28 13:22:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 28 13:22:59 2022 +0100 |
tree | e992e04e076e1747819732271b0d9ed4efce07d0 | |
parent | ef976323e770315b5fca544efb6b2faa25674d15 [diff] [blame] |
patch 9.0.0615: using reduce() on a list from range() is a bit slow Problem: Using reduce() on a list from range() is a bit slow. Solution: Avoid materializing the list.
diff --git a/src/version.c b/src/version.c index 623feda..5bf2999 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 615, +/**/ 614, /**/ 613,