diff options
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index bb25ce7da..a34048cef 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6865,6 +6865,10 @@ show_autocmd(ap, event) if (got_int) return; msg_outtrans(ac->cmd); +#ifdef FEAT_EVAL + if (p_verbose > 0) + last_set_msg(ac->scriptID); +#endif if (got_int) return; if (ac->next != NULL) |