Skip to content

paredit: kill-one-at-pos: word in string fix #358

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

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

lread
Copy link
Collaborator

@lread lread commented Feb 18, 2025

In-string handling now:

  • no-op if pos does not locate to word (i.e. whitespace)
  • no longer has off-by-one error for word deletion

Closes #343

Also contributes to #256

In-string handling now:
- no-op if pos does not locate to word (i.e. whitespace)
- no longer has off-by-one error for word deletion

Closes #343
@lread lread merged commit 78bb005 into main Feb 18, 2025
81 checks passed
@lread lread deleted the lread-paredit-kill-one-at-pos-off-by-one-error branch March 31, 2025 15:13
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.

paredit/kill-one-at-pos when deleting word in string/comment is questionable
1 participant