Affects: 7.4.273 (me), 7.4.657 Reproduce: vim -N -u NONE -c 'inoremap <silent> f <c-o>:execute "normal :h e<c-l>"<cr>f' Description: On all but the fastest machine, given the above vim, enter "f" and another key relatively quickly. The second key will be dropped while processing the first. Speculation: I presume this only applies to single internal functions: neither :sleep nor slow loops [for i in range(100000)...] demonstrate this problem. Terminals in non-canonical mode continue to buffer input, so the missing characters should be available for the typeahead buffer *after* vim completes processing these problematic slow internal functions.
-- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
