-
Notifications
You must be signed in to change notification settings - Fork 44
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
Using ctrl-chars in erlang code makes wrangler missbehave #61
Comments
This happens whenever I try and do a bit of refactoring in modules that contains these chars... |
Thanks for letting us know! Simon |
The text was supposed to say: This: A missing backslash in there :) Hope it's clear what I meant anyways. |
Thanks. We are working to fix this. |
We'll include this fix in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I have character with a ctrl-character in it wrangler will try and strip out part of that character.
Example:
If this exists in the code:
$^k
Wrangler will always try and remove parts of this character like this:
$\k
Since my code is littered with these it becomes quite hard to use wrangler for my code base...:/
The text was updated successfully, but these errors were encountered: