Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.83k stars 194 forks source link

Transposing Hybrid sexp fails on a line with no list #754

Open Fuco1 opened 7 years ago

Fuco1 commented 7 years ago

Expected behaviour

Should transpose the adjacent lines

Steps to reproduce the problem

ffo |  foo 
baz

Call sp-transpose-hybrid-sexp, it will error.

Fuco1 commented 7 years ago

Another

foo (bas
     bar|)
(next list)