commit | 6a2633b00bb00bcf0d994f08d1c54ace2c221b58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 23:16:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 23:16:36 2018 +0200 |
tree | a319f2692684a8f44d912d84029286889ba8b83e | |
parent | 95ba5c364f097121b95879896b05ec737ecafd1c [diff] [blame] |
patch 8.1.0466: autocmd test fails Problem: Autocmd test fails. Solution: Do call inchar() when flushing typeahead.
diff --git a/src/misc1.c b/src/misc1.c index 34b4134..820f8f9 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -3825,7 +3825,7 @@ { if (emsg_silent == 0) { - flush_buffers(FALSE); + flush_buffers(FLUSH_MINIMAL); vim_beep(BO_ERROR); } }