Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete then p/P doesn't paste correctly #693

Closed
octref opened this issue Sep 1, 2016 · 1 comment
Closed

Delete then p/P doesn't paste correctly #693

octref opened this issue Sep 1, 2016 · 1 comment

Comments

@octref
Copy link
Contributor

octref commented Sep 1, 2016

What did you do?

For the following file:

|{
  "a": 1
}

Run VGdp or VGdP.

What did you expect to happen?

VGdp:

// Empty line here
|{
  "a": 1
}

VGdP:

|{
  "a": 1
}
// Empty line here

What happened instead?

VGdp:

// Empty line here
|{
  "a": 1
// Empty line here

VGdP:

|{
  "a": 1
// Empty line here
// Empty line here

Technical details:

  • VSCode Version: 1.4.0
  • VsCodeVim Version: 0.1.7
  • OS: OS X 10.11.6
@johnfn
Copy link
Member

johnfn commented Sep 2, 2016

How strange. Appears to be a bug related to selecting/deleting the entire file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants