Merge #10098 'win: fix msg_puts_printf()'

This commit is contained in:
Justin M. Keyes
2019-08-12 02:42:13 +02:00
12 changed files with 127 additions and 133 deletions

View File

@@ -1392,9 +1392,6 @@ do_shell(
msg_row = Rows - 1;
msg_col = 0;
// display any error messages now
display_errors();
apply_autocmds(EVENT_SHELLCMDPOST, NULL, NULL, FALSE, curbuf);
}