]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1321: vimscript test fails where using {expr} syntax v9.0.1321
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Feb 2023 15:31:53 +0000 (15:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Feb 2023 15:31:53 +0000 (15:31 +0000)
commitd114975b9bec30ec1486ebc70db6b802d0f1cfb8
treecb4009d8f68184e58cae9adac10ac27ddbe70af3
parent0917e867632199883c07c2d7534f7091b1d12607
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.
src/userfunc.c
src/version.c