commit | 9f2d020d396132ecbc0be6faa1de29c7078bb5ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 16:40:10 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 16:40:10 2020 +0100 |
tree | e4ec6f0fcf0e409a9b7c1c24818107c0ef752210 | |
parent | 21109272f5b0d32c408dc292561c0b1f2f8ebc53 [diff] [blame] |
patch 8.2.0182: min() and max() materialize a range() list Problem: Min() and max() materialize a range() list. Solution: Compute the result without materializing the list. (#5541)
diff --git a/src/version.c b/src/version.c index acbc4f2..be4da51 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 182, +/**/ 181, /**/ 180,