commit | fbf4f1ca159028382eaeb3bfc31bb6bb96dbb67a | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Jan 28 12:50:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 28 12:50:43 2022 +0000 |
tree | ca12f8ede789ea136c5df6366f20a1ae4f80fffa | |
parent | 166788c657f4b1090a31ea37a023b1f2c78790c8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 23b29da..04afe95 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4237, +/**/ 4236, /**/ 4235,