noctuid / lispyville

lispy + evil = lispyville

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with lispyville-delete-char-or-splice.

FiV0 opened this issue · comments

When using the x in certain situtaions I get some strange behaviour. The letters above denote the cursor position.

;;     AB     C
((hello)(world))

I end up with ((world)) when pressing x in any of those cases.
When adding a space in between (hello) and (world) everything works as expected.