]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2466: max() and min() can give many error messages v8.2.2466
authorBram Moolenaar <Bram@vim.org>
Thu, 4 Feb 2021 21:07:16 +0000 (22:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 4 Feb 2021 21:07:16 +0000 (22:07 +0100)
commitab65fc77c5389f7d3f788bbdc3d931561feab131
tree7ab784099432a7f4719ee667ffbf00a199a87979
parent92bb83e41ca42d0d00d21753810d92485c808a50
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)
src/evalfunc.c
src/testdir/test_functions.vim
src/version.c