]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized v8.2.3892
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Dec 2021 15:13:18 +0000 (15:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Dec 2021 15:13:18 +0000 (15:13 +0000)
commit35cfd793aad7c4bfba4a9bedf5c435c44e4293d0
tree1e6f77e8f5350e89c3538eec2fb077c2ae40571f
parent7f4a628efefd893a3cad3a1fdde340c98360f705
patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized

Problem:    When modifyOtherKeys is used CTRL-C is not recognized.
Solution:   Check for uppercase C as well, fix minimum length.
src/ui.c
src/version.c