abo-abo / lispy

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

lispy-delete is too aggressive #586

Open rgkirch opened 3 years ago

rgkirch commented 3 years ago

"anything here"|{} C-d or lispy-delete will delete the braces as well as the preceding string

Here are cases that introduce unbalanced braces and brackets: {}|{} []|[] {}|[] []|{} []|() {}|()

It works correctly with parens on the left e.g. ()|{}