mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
Make sure msg_clear is sent after confirm message (#10065)
This commit is contained in:

committed by
Björn Linse

parent
8a33cb32ba
commit
40218d1180
@@ -88,7 +88,7 @@ extern MessageHistoryEntry *first_msg_hist;
|
||||
/// Last message
|
||||
extern MessageHistoryEntry *last_msg_hist;
|
||||
|
||||
EXTERN bool msg_ext_did_cmdline INIT(= false);
|
||||
EXTERN bool msg_ext_need_clear INIT(= false);
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "message.h.generated.h"
|
||||
|
Reference in New Issue
Block a user