]> granicus.if.org Git - vim/commit
patch 8.2.4203: entering a character with CTRL-V may include modifiers v8.2.4203
authorzeertzjq <zeertzjq@outlook.com>
Mon, 24 Jan 2022 15:27:50 +0000 (15:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 Jan 2022 15:27:50 +0000 (15:27 +0000)
commit502d8ae3e8ed8b6f8dd2ff175f154f9aa87228ef
tree4f8c375b4f9b90a4d7230ed105224fda7f8f2c48
parentacc4b5648b49ec13c4f35ee0bf552eda71b0c372
patch 8.2.4203: entering a character with CTRL-V may include modifiers

Problem:    Entering a character with CTRL-V may include modifiers.
Solution:   Reset "mod_mask" when entering a character with digits after
            CTRL-V. (closes #9610)
src/edit.c
src/testdir/test_edit.vim
src/version.c