prompt-toolkit / pyvim

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

Strange behavior when deleting empty lines in visual mode #92

Closed davidbrochart closed 6 years ago

davidbrochart commented 7 years ago

Say I have this file which has 3 lines (line 1 is empty):

line 0

line 2

Hitting Shift-v on line 1 then d removes line 1 and line 0. Hitting Shift-v on line 0 then going down to line 1 then hitting d removes only line 0 (there is still an empty line).

davidbrochart commented 6 years ago

Closed in #110.