prompt-toolkit / pyvim

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

redo doesn't work if not right after undo #86

Open davidbrochart opened 8 years ago

davidbrochart commented 8 years ago

If I undo some changes (by hitting u), move around the cursor using the arrows, and want to redo my changes (by hitting ctrl-r), the changes are not happening. It works fine if I redo right after I undo.