mirror of
https://github.com/neovim/neovim.git
synced 2026-07-04 08:35:13 +00:00
Problem: getchar() may return modifiers if no character is available. Solution: Do not process modifiers when there is no character. (closes vim/vim#9806)ad6c45f625(cherry picked from commit3828fb7ea4)