prompt-toolkit / pyvim

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

Delete bug #129

Open davidbrochart opened 4 years ago

davidbrochart commented 4 years ago

pyvim 3.0.2, prompt_toolkit 3.0.1

Launch pyvim, write e.g. two lines:

foo
bar

Select first column of both lines with CTRL-v, hit d. The first line is deleted, the second line is untouched.