mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +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