1
0
forked from aniani/vim

patch 8.2.3324: Vim9: Cannot use :silent with :endwhile

Problem:    Vim9: Cannot use :silent with :endwhile.
Solution:   Allow for using the :silent modifier. (closes #8737)
This commit is contained in:
Bram Moolenaar
2021-08-10 19:53:01 +02:00
parent b6f55bb5b4
commit 917c46abe5
6 changed files with 34 additions and 16 deletions

View File

@@ -2344,7 +2344,7 @@ generate_cmdmods(cctx_T *cctx, cmdmod_T *cmod)
{
isn_T *isn;
if (has_cmdmod(cmod))
if (has_cmdmod(cmod, FALSE))
{
cctx->ctx_has_cmdmod = TRUE;