]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0660: mapping with CTRL keys does not work in the GUI v9.0.0660
authorzeertzjq <zeertzjq@outlook.com>
Tue, 4 Oct 2022 19:14:28 +0000 (20:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2022 19:14:28 +0000 (20:14 +0100)
commit2cd0f27b75c4497bec872819a965b3d6b4d55030
tree4949cd7728a75470f146acd7778160b86da6059f
parentcaf05f504e062642c35a919b04f1b5638f994602
patch 9.0.0660: mapping with CTRL keys does not work in the GUI

Problem:    Mapping with CTRL keys does not work in the GUI.
Solution:   Recognize CSI next to K_SPECIAL. (closes #11275, closes #11270)
src/map.c
src/testdir/test_gui.vim
src/version.c