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

Paredit raise sexpr doesn't work when cursor is behind the current form #1016

Closed
PEZ opened this issue Feb 5, 2021 · 0 comments
Closed

Paredit raise sexpr doesn't work when cursor is behind the current form #1016

PEZ opened this issue Feb 5, 2021 · 0 comments
Labels
bug Something isn't working paredit Paredit and structural editing

Comments

@PEZ
Copy link
Collaborator

PEZ commented Feb 5, 2021

When raising from this situation:

(str #(foo)|)

Expected:

#(foo)|

Actual:

(str #(foo)|)

Raising when the cursor is in front of the form works, though.

@PEZ PEZ added bug Something isn't working paredit Paredit and structural editing labels Feb 5, 2021
@PEZ PEZ closed this as completed in e433096 Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working paredit Paredit and structural editing
Projects
None yet
Development

No branches or pull requests

1 participant