Skip to content

Clojure-fill-paragraph moves the lambda list #242

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

Closed
expez opened this issue Jul 18, 2014 · 2 comments
Closed

Clojure-fill-paragraph moves the lambda list #242

expez opened this issue Jul 18, 2014 · 2 comments

Comments

@expez
Copy link
Member

expez commented Jul 18, 2014

(defn foo
  "I don't do a whole lot. this is a super long docstring that I want to indent because it's getting out of control"
  [x]
  (println x "Hello, World!"))

Then hit clojure-fill-paragraph in the docstring to indent and you get:

(defn foo
  "I don't do a whole lot. this is a super long docstring that I want
  to indent because it's getting out of control" [x]
  (println x "Hello, World!"))

Notice how the lambda list is no longer on its own line.

@bbatsov
Copy link
Member

bbatsov commented Jul 18, 2014

Guess @bzg should take a look into this as well.

@bzg
Copy link
Contributor

bzg commented Jul 26, 2014

This PR should fix it: #243

Thanks for reporting this.

@bbatsov bbatsov closed this as completed Jul 27, 2014
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

3 participants