dgrnbrg / vim-redl

A better Vim integration story for Clojure
106 stars 8 forks source link

Namespaced keywords don't work correctly #17

Closed kotarak closed 10 years ago

kotarak commented 10 years ago

Setting a different namespace and doing a ::foo still produces :user/foo while it should not. *ns* is set correctly.

redlkwbug

dgrnbrg commented 10 years ago

I've triaged this and it was caused by the fact that I was doing the read prior to setting the namespace. I've changed that logic in the head of redl and vim-redl, which should fix this issue.