]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4844: <C-S-I> is simplified to <S-Tab> v8.2.4844
authorzeertzjq <zeertzjq@outlook.com>
Fri, 29 Apr 2022 10:06:34 +0000 (11:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 29 Apr 2022 10:06:34 +0000 (11:06 +0100)
commit758a8d199988b5b25566b2820db60dc2c9de3e58
treeadeaa36cc592a497cdca6782c9f07054475d7c93
parent202b4bd3a452898cfe3ed72facfbf7cb8199fa4b
patch 8.2.4844: <C-S-I> is simplified to <S-Tab>

Problem:    <C-S-I> is simplified to <S-Tab>.
Solution:   Do not simplify CTRL if there is also SHIFT. (closes #10313)
src/getchar.c
src/testdir/test_gui.vim
src/version.c