1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-01-30 16:40:10 +01:00
parent 21109272f5
commit 9f2d020d39
2 changed files with 24 additions and 12 deletions

View File

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