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

Fix align imports for modules named "Instance" #1028

Merged
merged 1 commit into from
Dec 17, 2015
Merged

Conversation

wrl314
Copy link
Contributor

@wrl314 wrl314 commented Dec 17, 2015

If you have case-fold-search enabled and import a module named "Instance", haskell-align-imports-after-imports-p will stop looking as it thinks it reached the end of the imports.

Changed regex to always be case sensitive.

gracjan added a commit that referenced this pull request Dec 17, 2015
Fix align imports for modules named "Instance"
@gracjan gracjan merged commit e1260b6 into haskell:master Dec 17, 2015
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