mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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:
@@ -1750,6 +1750,7 @@ clearop(oparg_T *oap)
|
||||
oap->regname = 0;
|
||||
oap->motion_force = NUL;
|
||||
oap->use_reg_one = FALSE;
|
||||
motion_force = NUL;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user