From b51ba122c1edfb769e72c25c4f14f469f59f1b8e Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Tue, 2 Jul 2019 15:53:43 +0200 Subject: screen: use dedicated message grid add proper msg_set_pos event, delet win_scroll_over_* make compositor click through unfocusable grids add MsgArea attribute for the message/cmdline area, and add docs and tests --- src/nvim/buffer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/buffer.c') diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 2cc9643b7e..382b4c45c1 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -2656,7 +2656,6 @@ void buflist_list(exarg_T *eap) msg_outtrans(IObuff); line_breakcheck(); } - ui_flush(); } /* -- cgit