forked from aniani/vim
patch 8.1.0466: autocmd test fails
Problem: Autocmd test fails. Solution: Do call inchar() when flushing typeahead.
This commit is contained in:
@@ -3825,7 +3825,7 @@ beep_flush(void)
|
||||
{
|
||||
if (emsg_silent == 0)
|
||||
{
|
||||
flush_buffers(FALSE);
|
||||
flush_buffers(FLUSH_MINIMAL);
|
||||
vim_beep(BO_ERROR);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user