comparison src/ex_docmd.c @ 22693:6fe386286ea8 v8.2.1895

patch 8.2.1895: Vim9: silent command modifier test fails Commit: https://github.com/vim/vim/commit/210681c5090266af1a41a77e0fe64838a69993fb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 23 18:51:06 2020 +0200 patch 8.2.1895: Vim9: silent command modifier test fails Problem: Vim9: silent command modifier test fails. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Oct 2020 19:00:03 +0200
parents 80b4e604d1d5
children c996700d569f
comparison
equal deleted inserted replaced
22692:e3c3096f7e64 22693:6fe386286ea8
2847 if (!skip_only) 2847 if (!skip_only)
2848 { 2848 {
2849 ++emsg_silent; 2849 ++emsg_silent;
2850 ++eap->did_esilent; 2850 ++eap->did_esilent;
2851 } 2851 }
2852 cmdmod.emsg_silent = TRUE;
2852 } 2853 }
2854 else
2855 cmdmod.msg_silent = TRUE;
2853 continue; 2856 continue;
2854 2857
2855 case 't': if (checkforcmd(&p, "tab", 3)) 2858 case 't': if (checkforcmd(&p, "tab", 3))
2856 { 2859 {
2857 if (!skip_only) 2860 if (!skip_only)