]> granicus.if.org Git - vim/commit
patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|' v8.2.1811
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Oct 2020 15:29:48 +0000 (17:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Oct 2020 15:29:48 +0000 (17:29 +0200)
commit9a033d7b18651acbb7eda4b7f39a27c01748fb70
tree996ceabce395813ba39a08c4930e672f9e465839
parentd7e5e9430ae192c76f1f03c3ac53fae823d94c33
patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'

Problem:    Mapping Ctrl-key does not work for '{', '}' and '|'.
Solution:   Remove the shift modifier. (closes #6457)
runtime/doc/map.txt
src/misc2.c
src/testdir/test_termcodes.vim
src/version.c