mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
[RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103)
* Fix wildmode=list and display+=msgsep interaction * Add test to check ext_messages behaviour is unchanged
This commit is contained in:
@@ -2053,7 +2053,7 @@ int msg_scrollsize(void)
|
||||
/*
|
||||
* Scroll the screen up one line for displaying the next message line.
|
||||
*/
|
||||
static void msg_scroll_up(void)
|
||||
void msg_scroll_up(void)
|
||||
{
|
||||
if (!msg_did_scroll) {
|
||||
ui_call_win_scroll_over_start();
|
||||
|
Reference in New Issue
Block a user