vim-patch:8.1.0466: autocmd test fails

Problem:    Autocmd test fails.
Solution:   Do call inchar() when flushing typeahead.
6a2633b00b
This commit is contained in:
Jan Edmund Lazo
2018-10-08 21:12:20 -04:00
parent 573567aef6
commit f181efdeaf
5 changed files with 31 additions and 20 deletions

View File

@@ -2548,7 +2548,7 @@ void msgmore(long n)
void beep_flush(void)
{
if (emsg_silent == 0) {
flush_buffers(false);
flush_buffers(FLUSH_MINIMAL);
vim_beep(BO_ERROR);
}
}