1
0
forked from aniani/vim

patch 8.2.1895: Vim9: silent command modifier test fails

Problem:    Vim9: silent command modifier test fails.
Solution:   Add missing changes.
This commit is contained in:
Bram Moolenaar
2020-10-23 18:51:06 +02:00
parent f4c6e1e75c
commit 210681c509
2 changed files with 5 additions and 0 deletions

View File

@@ -2849,7 +2849,10 @@ parse_command_modifiers(exarg_T *eap, char **errormsg, int skip_only)
++emsg_silent; ++emsg_silent;
++eap->did_esilent; ++eap->did_esilent;
} }
cmdmod.emsg_silent = TRUE;
} }
else
cmdmod.msg_silent = TRUE;
continue; continue;
case 't': if (checkforcmd(&p, "tab", 3)) case 't': if (checkforcmd(&p, "tab", 3))

View File

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