mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 21:06:13 +00:00
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:
@@ -552,7 +552,7 @@ int emsg(const char_u *s_)
|
||||
if (p_eb) {
|
||||
beep_flush(); // also includes flush_buffers()
|
||||
} else {
|
||||
flush_buffers(false); // flush internal buffers
|
||||
flush_buffers(FLUSH_MINIMAL); // flush internal buffers
|
||||
}
|
||||
did_emsg = true; // flag for DoOneCmd()
|
||||
}
|
||||
|
Reference in New Issue
Block a user