1
0
forked from aniani/vim

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)
This commit is contained in:
zeertzjq
2022-01-28 12:50:43 +00:00
committed by Bram Moolenaar
parent 166788c657
commit fbf4f1ca15
3 changed files with 17 additions and 3 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4237,
/**/
4236,
/**/