]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0227: Recording may still be wrong in Select mode v9.1.0227
authorzeertzjq <zeertzjq@outlook.com>
Fri, 29 Mar 2024 09:11:42 +0000 (10:11 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 29 Mar 2024 09:11:42 +0000 (10:11 +0100)
commitea95f1a5ad2455c7fd1eee2413ac7a3460ef4f8a
treea41446bee818e0468f4a2f6f6d000e1cb282f575
parentabedca96efa76db2bba74a5264df632da862203d
patch 9.1.0227: Recording may still be wrong in Select mode

Problem:  Recording may still be wrong in Select mode (after 8.2.3993).
Solution: Make sure a character isn't split between two buffer blocks.
          (zeertzjq)

closes: #14326

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/getchar.c
src/testdir/test_registers.vim
src/testdir/test_utf8.vim
src/version.c