mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
faa7c15b5a
Problem: Invalid check for non-typed key to dismiss expanded cmdline.
Unable to delay the timer that removes a message from the msg
window.
Solution: Check for empty string instead of nil to determine whether a
key is typed.
Restart the timer if it expires while the user is in the msg
window. Allow entering the msg window with a mouse click.