]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0580: :lmap mapping for keypad key not applied when typed in Select mode v9.1.0580
authorzeertzjq <zeertzjq@outlook.com>
Sat, 13 Jul 2024 17:06:44 +0000 (19:06 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Jul 2024 17:06:44 +0000 (19:06 +0200)
commit90a800274ded86d5d79dbea7ba647cd69b029b4e
tree27bf00b10afa1b1be27902b44096778e2c82608c
parentd1b5ea984d41102d253ecdd9a76124cd4c58b97d
patch 9.1.0580: :lmap mapping for keypad key not applied when typed in Select mode

Problem:  An :lmap mapping for a printable keypad key is not applied
          when typing it in Select mode.
Solution: Change keypad key to ASCII after setting vgetc_char.
          (zeertzjq)

closes: #15245

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/getchar.c
src/testdir/test_selectmode.vim
src/version.c