commit | d114975b9bec30ec1486ebc70db6b802d0f1cfb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 15:31:53 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 15:31:53 2023 +0000 |
tree | cb4009d8f68184e58cae9adac10ac27ddbe70af3 | |
parent | 0917e867632199883c07c2d7534f7091b1d12607 [diff] [blame] |
patch 9.0.1321: vimscript test fails where using {expr} syntax Problem: vimscript test fails where using {expr} syntax. Solution: Only return FCERR_FAILED in call_user_func() for Vim9 script.
diff --git a/src/version.c b/src/version.c index 20df490..41822fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1321, +/**/ 1320, /**/ 1319,