mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
Remove display_erros()
do_shell() in Nvim uses the Nvim UI, not the tty directly, so display_errors() is not necessary anymore.
This commit is contained in:
@@ -1391,9 +1391,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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user