1
0
forked from aniani/vim

patch 8.2.4722: ending recording with mapping records too much

Problem:    When a recording is ended with a mapped key that key is also
            recorded.
Solution:   Remember the previous last_recorded_len. (closes #10122)
This commit is contained in:
zeertzjq
2022-04-09 17:58:49 +01:00
committed by Bram Moolenaar
parent 36951ed1da
commit 81b46a6ccd
3 changed files with 32 additions and 1 deletions

View File

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