prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

Wrong cursor position after undo/redo #91

Open davidbrochart opened 7 years ago

davidbrochart commented 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.