odyssomay / paredit

A paredit mode for lisps in Sublime Text.
104 stars 9 forks source link

Cant close a paren in an unbalanced expression #30

Open CheatEx opened 5 years ago

CheatEx commented 5 years ago
(let [items (vec (map-indexed render items)]
       whatever)

I can't finds any way to fix this code without disabling the entire plugin. Do I miss something?

This kind of cases should just work or at least be explained first thing in the doc.