]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X v8.2.4502
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Mar 2022 14:51:06 +0000 (14:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Mar 2022 14:51:06 +0000 (14:51 +0000)
commitd979d64fa269ff47a96fc6aed2f4cdd066753c0c
tree1d8b94bce692199f62b828fce7733e4a0e65ca7a
parent21efafe4c25373929979c72dc8aafa119f12dd8b
patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X

Problem:    In the GUI a modifier is not recognized for the key typed after
            CTRL-X, which may result in a mapping to be used. (Daniel
            Steinberg)
Solution:   Recognize a modifier starting with CSI. (closes #9889)
src/getchar.c
src/testdir/test_ins_complete.vim
src/version.c