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

Add 'escape' and 'symbol' to s:ignored_region #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamFIREcracker
Copy link

@iamFIREcracker iamFIREcracker commented Dec 30, 2020

Previously vim-sexp would fail to properly select forms surrounding:

  • specific character literals #\( and #\)
  • symbols containing parentheses (e.g. |some-symbol|)

This commit fixes the problem by making sure escaped characters as well
as symbols are skipped while matching up pairs.

Previously vim-sexp would fail to _properly_ select forms surrounding:

- specific character literals `#\(` and `#\)`
- symbols containing parentheses (e.g. `|some-symbol|`)

This commit fixes the problem by making sure escaped characters as well
as symbols are skipped while matching up pairs.
@iamFIREcracker iamFIREcracker changed the title Add 'lispEscapeSpecial' to s:ignored_region Add 'escape' and 'symbol' to s:ignored_region Dec 30, 2020
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.

1 participant