mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804
fixes #8490
This commit is contained in:
@@ -507,6 +507,8 @@ void update_screen(int type)
|
||||
maybe_intro_message();
|
||||
did_intro = TRUE;
|
||||
|
||||
// either cmdline is cleared, not drawn or mode is last drawn
|
||||
cmdline_was_last_drawn = false;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user