Files
neovim/runtime/lua/vim
Volodymyr Chernetskyi d951908e12 fix(ui2): mouse movement dismisses expanded messages #41732
Problem:
cmd_on_key() tests the key it was handed against the literal string
'<MouseMove>', but at that point "typed" still holds raw key bytes. Thus
the comparison never holds and the branch its own comment describes
is dead. Moving the mouse over an expanded cmdline collapses it.

Solution:
Translate the key once, up front, so every comparison in the function
sees the same form.

AI-assisted
2026-09-06 12:37:28 -04:00
..
2026-09-03 19:17:25 +01:00
2026-09-03 19:17:25 +01:00
2026-09-03 19:17:25 +01:00
2026-01-09 10:07:15 +01:00
2026-08-25 13:32:25 +02:00