Files
neovim/runtime/lua/vim
luukvbaal c6b5eb30de fix(ui2): don't dismiss expanded messages for non-typed key #39247
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.
(cherry picked from commit faa7c15b5a)
2026-04-20 19:13:17 +00:00
..
2026-04-20 11:46:26 +00:00
2026-03-11 18:24:57 +01:00
2026-04-20 11:46:26 +00:00
2025-06-06 15:36:48 +01:00
2026-04-19 12:36:19 +00:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-14 13:27:29 +02:00
2026-04-19 12:36:19 +00:00
2026-04-12 15:54:27 +02:00
2026-04-12 15:54:27 +02:00
2026-03-11 18:00:18 +01:00
2026-04-19 12:36:19 +00:00