1
0
forked from aniani/vim

patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properly

Problem:    Redoing a mapping with <Cmd> doesn't work properly.
Solution:   Fill the redo buffer.  Use "<SNR>" instead of a key code.
            (closes #7282)
This commit is contained in:
Bram Moolenaar
2020-11-18 11:34:37 +01:00
parent b3a01946b3
commit c77534c303
4 changed files with 43 additions and 8 deletions

View File

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