commit | ab65fc77c5389f7d3f788bbdc3d931561feab131 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 22:07:16 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 04 22:07:16 2021 +0100 |
tree | 7ab784099432a7f4719ee667ffbf00a199a87979 | |
parent | 92bb83e41ca42d0d00d21753810d92485c808a50 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7f67230..0ea7fb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2466, +/**/ 2465, /**/ 2464,