eventloop: restore redraw in cmdline K_EVENT handler

Restores behavior from commit: 02e86ef04cc1
This commit is contained in:
Justin M. Keyes
2017-09-02 11:35:48 +02:00
parent d47b538f39
commit 6c53c3ee55
2 changed files with 33 additions and 4 deletions

View File

@@ -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) {