1
0
forked from aniani/vim

patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redone

Problem:    Count for 'operatorfunc' in Visual mode is not redone.
Solution:   Add the count to the redo buffer. (closes #9174)
This commit is contained in:
Bram Moolenaar
2021-11-22 14:16:08 +00:00
parent a3f83feb63
commit 2228cd72cf
5 changed files with 58 additions and 9 deletions

View File

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