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

Fix paste direction for typed paste commands #2288

Merged

Conversation

the-mikedavis
Copy link
Member

Looks like a small typo - the typed variants of these commands always
paste after the selection. This commit fixes the before/after direction
for those *_before commands.

closes #2284

Looks like a small typo - the typed variants of these commands always
paste after the selection. This commit fixes the before/after direction
for those `*_before` commands.
@slinlee
Copy link
Contributor

slinlee commented Apr 26, 2022

lol. A copy and paste typo in the copy/paste code.

@sudormrfbin sudormrfbin merged commit 773736b into helix-editor:master Apr 26, 2022
@the-mikedavis the-mikedavis deleted the md-fix-typed-clipboard-commands branch April 26, 2022 17:32
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.

:clipboard-paste-before appears to work the same as :clipboard-paste-after
3 participants