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

[BUG] " ` " at EOL reformats incorrectly #647

Open
RuijieYu opened this issue Apr 2, 2023 · 0 comments · May be fixed by #655
Open

[BUG] " ` " at EOL reformats incorrectly #647

RuijieYu opened this issue Apr 2, 2023 · 0 comments · May be fixed by #655

Comments

@RuijieYu
Copy link
Contributor

RuijieYu commented Apr 2, 2023

With this snippet:

(defun foo ()
  '
  (bar baz)
  ) ;; <- point after ")"

Pressing i (calling special-lispy-tab) yields this incorrect result:

(defun foo ()
  '() (bar baz))

lispy: newest master at f35eadf
emacs: recent master at db7e95531ac3

@RuijieYu RuijieYu linked a pull request Apr 8, 2023 that will close this issue
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 a pull request may close this issue.

1 participant