Skip to content

Commit

Permalink
patch 8.2.1895: Vim9: silent command modifier test fails
Browse files Browse the repository at this point in the history
Problem:    Vim9: silent command modifier test fails.
Solution:   Add missing changes.
  • Loading branch information
brammool committed Oct 23, 2020
1 parent f4c6e1e commit 210681c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ex_docmd.c
Expand Up @@ -2849,7 +2849,10 @@ parse_command_modifiers(exarg_T *eap, char **errormsg, int skip_only)
++emsg_silent;
++eap->did_esilent;
}
cmdmod.emsg_silent = TRUE;
}
else
cmdmod.msg_silent = TRUE;
continue;

case 't': if (checkforcmd(&p, "tab", 3))
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1895,
/**/
1894,
/**/
Expand Down

0 comments on commit 210681c

Please sign in to comment.