mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
vim-patch:8.0.0547: extra line break in verbosefile
Problem: Extra line break in verbosefile when using ":echomsg". (Ingo
Karkat)
Solution: Don't call msg_start(). (closes vim/vim#1618)
52604f2454
This commit is contained in:
@@ -19533,7 +19533,6 @@ void ex_execute(exarg_T *eap)
|
||||
// follows is displayed on a new line when scrolling back at the
|
||||
// more prompt.
|
||||
msg_sb_eol();
|
||||
msg_start();
|
||||
}
|
||||
|
||||
if (eap->cmdidx == CMD_echomsg) {
|
||||
|
Reference in New Issue
Block a user