commit | 5b8d8fdb526bd21dbac64a3ea815a1e628b93b41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 23:01:50 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 23:01:50 2005 +0000 |
tree | b5374790a1bada07bc6aa142919591fc4898e0bb | |
parent | ae5bce1c127136a650ee25c4c78d3d334cc07859 [diff] [blame] |
updated for version 7.0131
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 0f5360f..6e6e297 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -5117,6 +5117,10 @@ msg_outtrans(IObuff); msg_outtrans_special(cmd->uc_rep, FALSE); +#ifdef FEAT_EVAL + if (p_verbose > 0) + last_set_msg(cmd->uc_scriptID); +#endif out_flush(); ui_breakcheck(); if (got_int)