]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4237: record buffer wrong if character in Select mode was not typed v8.2.4237
authorzeertzjq <zeertzjq@outlook.com>
Fri, 28 Jan 2022 12:50:43 +0000 (12:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jan 2022 12:50:43 +0000 (12:50 +0000)
commitfbf4f1ca159028382eaeb3bfc31bb6bb96dbb67a
treeca12f8ede789ea136c5df6366f20a1ae4f80fffa
parent166788c657f4b1090a31ea37a023b1f2c78790c8
patch 8.2.4237: record buffer wrong if character in Select mode was not typed

Problem:    Record buffer wrong if character in Select mode was not typed.
Solution:   Only delete the tail from the record buffer if the character was
            typed. (closes #9650)
src/normal.c
src/testdir/test_registers.vim
src/version.c