1
0
forked from aniani/vim

patch 8.2.2938: after using motion force from feedkeys() it sticks

Problem:    After using motion force from feedkeys() it may not be reset.
Solution:   Clear motion_force in clearop(). (closes #8323)
This commit is contained in:
Bram Moolenaar
2021-06-04 21:57:57 +02:00
parent 56cddb3879
commit 21492743e8
3 changed files with 12 additions and 0 deletions

View File

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