commit | 327d3ee4557027b51aad86e68743a85ed3a6f52b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 19:34:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 19:34:14 2021 +0200 |
tree | 92a08a5c1de1827d66f41b5a09ce6aac3ac9b57b | |
parent | eaf3f36168f85c8e0ab7083cd996b9fbe937045d [diff] [blame] |
patch 8.2.3237: when a builtin function gives an error processing continues Problem: When a builtin function gives an error processing continues. Solution: In Vim9 script return FAIL in get_func_tv().
diff --git a/src/version.c b/src/version.c index ed3d516..eb65665 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3237, +/**/ 3236, /**/ 3235,