mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
feat: cmdheight=0 #16251
Fix https://github.com/neovim/neovim/issues/1004 Limitation: All outputs need hit-enter prompt. Related: https://github.com/neovim/neovim/pull/6732 https://github.com/neovim/neovim/pull/4382
This commit is contained in:
@@ -6041,6 +6041,10 @@ void cursor_pos_info(dict_T *dict)
|
||||
// Don't shorten this message, the user asked for it.
|
||||
p = p_shm;
|
||||
p_shm = (char_u *)"";
|
||||
if (p_ch < 1) {
|
||||
msg_start();
|
||||
msg_scroll = true;
|
||||
}
|
||||
msg((char *)IObuff);
|
||||
p_shm = p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user