BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deleting the last form in document throws an error

PEZ opened this issue · comments

With strict paredit mode on, deleting the last form of a document throws an error:

image

To reproduce, in a Clojure file, have strict mode enabled and only this text:

(|)

(The | is the cursor)

Then hit backspace or delete.