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

Vp appends unnecessary newline at the beginning #2608

Closed
tyru opened this issue May 4, 2018 · 0 comments · Fixed by #2609
Closed

Vp appends unnecessary newline at the beginning #2608

tyru opened this issue May 4, 2018 · 0 comments · Fixed by #2609
Labels

Comments

@tyru
Copy link
Contributor

tyru commented May 4, 2018

via #2602
related #1991

Is this a BUG REPORT or FEATURE REQUEST?

Bug report

What happened

p command is yet not Vim compatible behavior.
For example, the buffer content is:

hello
world

And cursor position is line 1, then type ddVpP results in:


world
hello

Unnecessary newline is left at the beginning.

What did you expect to happen

Expected result is (no newline at the beginning):

world
hello

How to reproduce it (as minimally and precisely as possible)

See above.

Environment

  • Extension (VsCodeVim) version: 71f41af
  • VSCode version: 1.22.2
  • OS version: Windows 10 Pro 64bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants