prompt-toolkit / pyvim

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

Undoing rectangular copy/paste doesn't work #76

Closed davidbrochart closed 7 years ago

davidbrochart commented 8 years ago

Ctrl-v and select a rectangle, y to yank, p to paste. Then u to undo: it is actually undone but the screen is not refreshed.

jonathanslenders commented 8 years ago

Thanks a lot for reporting this! I appreciate it. The solution was actually easy: https://github.com/jonathanslenders/python-prompt-toolkit/commit/6d14961008cc00dba8ffb5b1d72753134baf9084 This is a serious bug, so it means that I will push a new release asap.