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

Parentheses in comment breaks code finding #277

Closed
liquidz opened this issue Oct 13, 2020 · 1 comment
Closed

Parentheses in comment breaks code finding #277

liquidz opened this issue Oct 13, 2020 · 1 comment
Labels
bug Something isn't working next release

Comments

@liquidz
Copy link
Owner

liquidz commented Oct 13, 2020

Failed to evaluate the following code.

(+ 1 2
   ;; )
   3)

Without matchit, % will move cursor to closing parentheses in comment.
Fix to use sexp_move_to_next_bracket.

@liquidz liquidz added the bug Something isn't working label Oct 13, 2020
@liquidz
Copy link
Owner Author

liquidz commented Oct 18, 2020

Closed by #278

@liquidz liquidz closed this as completed Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next release
Projects
None yet
Development

No branches or pull requests

1 participant