commit | f8ca03bf9161ab9ee1a29db1d13c02b317c10029 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 20:32:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 20:32:29 2020 +0100 |
tree | 8d88cf50d3cbfdcd58cf763982f6be86a47cf088 | |
parent | ebec3e29b83e6b5ccdd67a79993628871cda4b5b [diff] [blame] |
patch 8.2.2065: using map() and filter() on a range() is inefficient Problem: Using map() and filter() on a range() is inefficient. Solution: Do not materialize the range. (closes #7388)
diff --git a/src/version.c b/src/version.c index ec0fabc..dac3d5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2065, +/**/ 2064, /**/ 2063,