]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character v8.2.2084
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2020 18:54:42 +0000 (19:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2020 18:54:42 +0000 (19:54 +0100)
commit0684e36a7ee0743f2889698fb8e0e14f7acae423
tree7a1f23d46e7e1fa94329d7da561bc4a152b7750f
parentaf0df47a7671a39f2cde950587ba48800188bfb9
patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character

Problem:    CTRL-V U doesn't work to enter a Unicode character when
            modifyOtherKeys is effective. (Ken Takata)
Solution:   Add a flag to get_literal() for the shift key. (closes #7413)
src/edit.c
src/ex_getln.c
src/getchar.c
src/normal.c
src/proto/edit.pro
src/testdir/test_termcodes.vim
src/version.c