patch 8.2.2466: max() and min() can give many error messages

Problem:    Max() and min() can give many error messages.
Solution:   Bail out at the first error. (closes #1039, closes #7778)
This commit is contained in:
Bram Moolenaar
2021-02-04 22:07:16 +01:00
parent 92bb83e41c
commit ab65fc77c5
3 changed files with 18 additions and 1 deletions

View File

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