summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-03 13:47:50 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-03 13:47:50 +0000
commitc88e977862ba6477a3b5b28706c45f96069a3073 (patch)
tree3b9a83f34e3b737ab583a5a11059724c7feb6a4c /src/version.c
parent0e2508d9e63e63414de2c06b3c8a446fdfe4470b (diff)
downloadvim-git-c88e977862ba6477a3b5b28706c45f96069a3073.tar.gz
patch 8.2.3993: when recording a change in Select mode char appears twicev8.2.3993
Problem: When recording a change in Select mode the first typed character appears twice. Solution: When putting the character back into typeahead remove it from recorded characters. (closes #9462)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7ec033cf6..b7bc98691 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3993,
+/**/
3992,
/**/
3991,