mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00

Problem: The TUI doesn't forward a key properly when it has unsupported
modifiers like NumLock.
Solution: Don't try to add modifiers when only unsupported modifiers are
present.
Related #33791
(cherry picked from commit adbd33027f
)