swannodette / textmate-clojure

TextMate bundle for Clojure
91 stars 25 forks source link

Eval last expression does not work with sets #24

Closed jmgimeno closed 13 years ago

jmgimeno commented 13 years ago

If last expression is a set, eval-last-expr does evaluate it as a hash (or gives an error). The problem is that find-last-sexpr misses the #.

swannodette commented 13 years ago

Fixed.