Problem: Vim9: autoload test fails.
Solution: Adjust the way the second message is avoided
char_u *arg_subsc;
char_u *tofree;
typval_T tv;
- int prev_uncaught_emsg = uncaught_emsg;
while (!ends_excmd2(eap->cmd, arg) && !got_int)
{
if (!VIM_ISWHITE(*arg) && !ends_excmd(*arg))
{
emsg_severe = TRUE;
- if (uncaught_emsg == prev_uncaught_emsg)
+ if (!did_emsg)
semsg(_(e_trailing_arg), arg);
break;
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3343,
/**/
3342,
/**/