We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
via #2602 related #1991
Bug report
p command is yet not Vim compatible behavior. For example, the buffer content is:
p
hello world
And cursor position is line 1, then type ddVpP results in:
ddVpP
world hello
Unnecessary newline is left at the beginning.
Expected result is (no newline at the beginning):
See above.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
And cursor position is line 1, then type
ddVpP
results in:Unnecessary newline is left at the beginning.
What did you expect to happen
Expected result is (no newline at the beginning):
How to reproduce it (as minimally and precisely as possible)
See above.
Environment
The text was updated successfully, but these errors were encountered: