commit | c77534c303721df4024fd6cfd51098d593b7d4da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 11:34:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 11:34:37 2020 +0100 |
tree | 42f3ba50ed17171562c2e7478c90c6b7eddcdd30 | |
parent | b3a01946b30f33e7be0358b3ff2736b94973a659 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index dafd15b..2191c34 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2005, +/**/ 2004, /**/ 2003,