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

In Vi mode, 'y$' should only yank to the end of the logical line. #1168

Merged
merged 1 commit into from Nov 12, 2019

Conversation

springcomp
Copy link
Contributor

Currently, y$ yanks the text from the cursor position to the end of the buffer, even when using multiple lines.
This PR fixes this and only yanks text up to the end of the current logical line.

@springcomp springcomp changed the title In V mode, 'y$' should only yank to the end of the logical line. In Vi mode, 'y$' should only yank to the end of the logical line. Nov 9, 2019
@daxian-dbw daxian-dbw merged commit 06aec2c into PowerShell:master Nov 12, 2019
@springcomp springcomp deleted the vi_y$ branch November 12, 2019 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants