]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4002: first char typed in Select mode can be wrong v8.2.4002
authorzeertzjq <zeertzjq@outlook.com>
Tue, 4 Jan 2022 18:01:21 +0000 (18:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2022 18:01:21 +0000 (18:01 +0000)
commit6cac77016b1636e04073e8348b7cee02259ef928
treeb8318ea90dc9d7bd3a0856da19ecd6ec47a54cc3
parentd94fbfc74a8b8073e7a256c95fa6f39fc527c726
patch 8.2.4002: first char typed in Select mode can be wrong

Problem:    First char typed in Select mode can be wrong.
Solution:   Escape special bytes in the input buffer. (closes #9469)
src/getchar.c
src/testdir/test_utf8.vim
src/version.c