You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug still exist in some form right now.
When the cursor is right at the empty last line of an sexp the line will not get killed and stayed the same.
sp-kill-hybrid-sexp
doesn't always remove empty lines if there are only empty lines between point at the close paren.E.g.: (point is
|
)In this state,
sp-kill-hybrid-sexp
has no effect at all. Whereas it should produce:To illustrate this point, if we started with:
then
sp-kill-hybrid-sexp
works as expected and produces:Somehow, the lack of
something();
before the close paren preventssp-kill-hybrid-sexp
from working!Environment & version information
smartparens
version: 1.11.0The text was updated successfully, but these errors were encountered: