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

Clojure letfn with comment slurps the entire body below it #97

Open
pangloss opened this issue Mar 24, 2021 · 0 comments
Open

Clojure letfn with comment slurps the entire body below it #97

pangloss opened this issue Mar 24, 2021 · 0 comments

Comments

@pangloss
Copy link

The following snippet causes the entire body to be slurped into the when statement within the letfn when you try to add a newline after the comment.

(letfn [(x []
          ;; In insert mode, press enter after this line: 
          (when nil
            nil))]
  nil)
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

1 participant