Open davidbrochart opened 7 years ago
After making a change (say, at position pos1) and moving the cursor (say, to position pos2), then undoing (u) and redoing (Ctrl-r), the cursor doesn't stay at pos1 but goes back to pos2. I believe this is not the normal Vi behavior.
pos1
pos2
u
Ctrl-r
After making a change (say, at position
pos1
) and moving the cursor (say, to positionpos2
), then undoing (u
) and redoing (Ctrl-r
), the cursor doesn't stay atpos1
but goes back topos2
. I believe this is not the normal Vi behavior.