]> granicus.if.org Git - vim/commitdiff
patch 8.2.1895: Vim9: silent command modifier test fails v8.2.1895
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Oct 2020 16:51:06 +0000 (18:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Oct 2020 16:51:06 +0000 (18:51 +0200)
Problem:    Vim9: silent command modifier test fails.
Solution:   Add missing changes.

src/ex_docmd.c
src/version.c

index 5c46411b94adfcaa6cb13375360044579f786566..665a46146d2e7b918a5026885b4d47db634f419e 100644 (file)
@@ -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))
index 217c61548e9720e9e01ee68bb2191d049cdb4ee0..e445117bcd1848a866ba3ddb19046142f4031a82 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1895,
 /**/
     1894,
 /**/