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

Prevent "Unbalanced parenthesis" error when aligning parameters #129

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

Conversation

smoeding
Copy link
Contributor

@smoeding smoeding commented Mar 2, 2021

The error "Unbalanced paranthesis" is thrown if aligning parameters (C-c C-a) while point is inside a string. With this PR point is moved to the beginning of the string to prevent the error.

@smoeding smoeding force-pushed the feature/align-in-string branch from fd20504 to 16549e2 Compare March 4, 2021 06:51
@smoeding smoeding force-pushed the feature/align-in-string branch from 16549e2 to bb4c93d Compare April 6, 2021 10:26
@smoeding
Copy link
Contributor Author

smoeding commented Apr 6, 2021

I've updated the code as I experienced problems with the old code.
A also rebased the code again.

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.

2 participants