]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1853: Ctrl-F and Ctrl-B at more prompt not working with key protocol v9.1.1853
authorzeertzjq <zeertzjq@outlook.com>
Mon, 13 Oct 2025 19:02:10 +0000 (19:02 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 13 Oct 2025 19:02:10 +0000 (19:02 +0000)
commit6622dc2ded496f9e1484034cd4f53e9ba900026f
tree74d5353c959643ad84218501e0df4b0e260728b8
parenta55dc8c57cff62e669d74ad61f10676fd9f2188b
patch 9.1.1853: Ctrl-F and Ctrl-B at more prompt not working with key protocol

Problem:  Ctrl-F and Ctrl-B at more prompt not working with kitty
          keyboard protocol or modifyOtherKeys (after v9.1.1849).
Solution: Call merge_modifyOtherKeys() in get_keystroke() (zeertzjq).

closes: #18558

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