1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2023-02-18 15:31:53 +00:00
parent 0917e86763
commit d114975b9b
2 changed files with 7 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1321,
/**/
1320,
/**/