mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
eventloop: restore redraw in cmdline K_EVENT handler
Restores behavior from commit: 02e86ef04cc1
This commit is contained in:
@@ -441,7 +441,8 @@ static int command_line_execute(VimState *state, int key)
|
||||
|
||||
if (s->c == K_EVENT) {
|
||||
multiqueue_process_events(main_loop.events);
|
||||
return command_line_not_changed(s);
|
||||
redrawcmdline();
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (KeyTyped) {
|
||||
|
Reference in New Issue
Block a user