-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Fix] p in visual line appends unnecessary newline #2609
Conversation
Travis tests have failedHey @tyru, Node.js: 8npm test --silent;
|
97736d5
to
522060d
Compare
All tests are passed. rebased fixup commit. However, I think visual mode put needs some refactoring. How do you think? @xconverge @jpoon @Chillee |
Like this (this is not completed change) tyru@3d74705 |
I am totally for refactoring visual mode, and especially the If you can get something that looks like that and passes our test cases, I'm totally for it. |
@Chillee Grad to hear that! I'll make a refactoring PR later :) |
can you add a test for this? |
Added aa60a34 |
Thanks @tyru |
Just noticed it's gone, thanks! |
What this PR does / why we need it
Typing
ggddVp
results inThe behavior of the issue (#2608) was changed by #2601, but it's wrong yet.
After this PR is merged, the result is (no newline at the beginning or end)
Which issue(s) this PR fixes
Fixes #2608