atom-paredit
atom-paredit copied to clipboard
Backward slurp on `(asdf sdfj) asdf asdf` crashes atom
If on the first line:
(asdf sdfj) asdf asdf
and execute a backward slurp. It will loop forever.
Most likely some bound checking isn't happening, should be an easy fix.