74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

putting deleted content after a d$ command does not insert the expected content #48

Closed douglas-mason closed 7 years ago

douglas-mason commented 8 years ago

Steps to reproduce: Delete line using dd and place the line with p and you'll get the expected behavior.

Delete to end of another line using d$ and then attempt to place that text elsewhere with p and you'll see that the contents of the first dd operation is inserted instead of that from the d$ operation.

douglas-mason commented 7 years ago

This appears to be fixed in the current version.