[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:
Jit
2019-06-02 21:38:34 +02:00
committed by Björn Linse
parent cbe45a303e
commit b65a7b7f66
4 changed files with 125 additions and 3 deletions

View File

@@ -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();