abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.19k stars 129 forks source link

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

Open RuijieYu opened 1 year ago

RuijieYu commented 1 year ago

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