noctuid / lispyville

lispy + evil = lispyville

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splicing operator 'x' deletes wrong set of parens from end

yuhan0 opened this issue · comments

;;            AB
(defn foo [bar])

With the cursor at position B (over the round closing paren) pressing 'x' for lispyville-delete-char-or-splice removes the square brackets instead. This issue occurs with all types of brackets (round, square or curly), but not string quotes.

Thanks for reporting. It should be fixed now.