1
0
forked from aniani/vim

patch 8.2.3993: when recording a change in Select mode char appears twice

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)
This commit is contained in:
Bram Moolenaar
2022-01-03 13:47:50 +00:00
parent 0e2508d9e6
commit c88e977862
5 changed files with 69 additions and 11 deletions

View File

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