Skip to content

Remove ; from paragraph-start regexp during fill #434

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

Merged
merged 2 commits into from
Jun 9, 2017

Conversation

vspinu
Copy link
Contributor

@vspinu vspinu commented Jun 3, 2017

Multi-line comments are not filled correctly. Who thinks that ; should start a paragraph?

;; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
;; ut labore et dolore magna aliqua. 

fill paragraph on first line and get this

;; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
;; tempor incididunt
;; ut labore et dolore magna aliqua. 

@bbatsov
Copy link
Member

bbatsov commented Jun 4, 2017

Please, add a regression unit test for this as well.

@vspinu
Copy link
Contributor Author

vspinu commented Jun 4, 2017

Ok. Added to the syntax test file. Looks like the most appropriate place for this.

@bbatsov bbatsov merged commit eacd330 into clojure-emacs:master Jun 9, 2017
@bbatsov
Copy link
Member

bbatsov commented Jun 9, 2017

👍

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.

3 participants