cmdline: Redraw the cmdline after processing events

vim-patch:7.4.1603

TODO(bfredl): if we allow events in HITRETURN and ASKMORE states,
we need to add the necessary redraws as well.
This commit is contained in:
Björn Linse
2016-05-22 21:53:43 +02:00
parent 61e8adb25e
commit 5cc87d4dab
5 changed files with 56 additions and 7 deletions

View File

@@ -359,6 +359,7 @@ static int command_line_execute(VimState *state, int key)
if (s->c == K_EVENT) {
queue_process_events(loop.events);
redrawcmdline();
return 1;
}