diff --git a/src/version.c b/src/version.c index 9fca01a86..fa3a9a8c6 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2748, /**/ 2747, /**/ diff --git a/src/vim9execute.c b/src/vim9execute.c index e7885ad70..017d5774e 100644 --- a/src/vim9execute.c +++ b/src/vim9execute.c @@ -1343,7 +1343,7 @@ call_def_function( emsg(_(e_one_argument_too_many)); else semsg(_(e_nr_arguments_too_many), idx); - return FAIL; + goto failed_early; } // Put arguments on the stack, but no more than what the function expects.