Given this Clojure ns declaration: ``` (ns ^{:doc "An awesome namespace"} my-ns ...) ``` When one places the cursor **exactly** in the `my-ns` line, `(cider-current-ns)` will return `"^{:doc"`. Both conditions must happen: newline after metadata, and cursor being in the `my-ns` line. It works well in all other cases. I'm using CIDER latest. This looks environment-independent and easy to reproduce, so kindly allow me to skip the issue template. Cheers - Victor