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

Splits === #37

Open
erbridge opened this issue Jul 21, 2015 · 3 comments
Open

Splits === #37

erbridge opened this issue Jul 21, 2015 · 3 comments

Comments

@erbridge
Copy link

Running VAlign on === created == =, which break the syntax (valid in JavaScript).

@jarod2d
Copy link
Owner

jarod2d commented Aug 10, 2015

Apologies for the late reply. === alignment should be supported -- can you post an example of the exact text you're trying to align when this problem occurs?

@erbridge
Copy link
Author

Sure.

This:

var first = a === b;
var second = c;

Becomes:

var first  = a == = b;
var second = c;

@jarod2d
Copy link
Owner

jarod2d commented Aug 27, 2015

Sorry again for the late replies. That's interesting -- it's definitely a bug. I won't have time to look into this in the near future, unfortunately, but I'll try to take a look at it the next time I can work on the plugin.

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

No branches or pull requests

2 participants