mirror of
https://github.com/neovim/neovim.git
synced 2026-01-16 01:55:30 +00:00
Problem: When exiting at the end of the more prompt (at the hit enter
prompt) by hitting q the recording mode will be started.
(Jakub Łuczyński)
Solution: Don't add the q key to the typeahead buffer
in the function wait_return (Bjoern Foersterling)
fixes: vim/vim#2589
closes: vim/vim#18889
ecce3497fa
Co-authored-by: Bjoern Foersterling <bjoern.foersterling@gmail.com>