Open pangloss opened 3 years ago
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)
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.