mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00

committed by
Justin M. Keyes

parent
53cef34f16
commit
49c51f839b
@@ -366,7 +366,7 @@ static uint8_t *command_line_enter(int firstc, long count, int indent)
|
||||
|
||||
// redraw the statusline for statuslines that display the current mode
|
||||
// using the mode() function.
|
||||
if (KeyTyped && msg_scrolled == 0) {
|
||||
if (!cmd_silent && msg_scrolled == 0) {
|
||||
curwin->w_redr_status = true;
|
||||
redraw_statuslines();
|
||||
}
|
||||
|
Reference in New Issue
Block a user