comparison src/version.c @ 22916:1fe53aae3ba0 v8.2.2005

patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properly Commit: https://github.com/vim/vim/commit/c77534c303721df4024fd6cfd51098d593b7d4da Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 11:34:37 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 11:45:05 +0100
parents 54f796fb7cb2
children f83e31419f6e
comparison
equal deleted inserted replaced
22915:ccbad7869ee1 22916:1fe53aae3ba0
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2005,
753 /**/ 755 /**/
754 2004, 756 2004,
755 /**/ 757 /**/
756 2003, 758 2003,
757 /**/ 759 /**/