Fork me on GitHub
#vim
<
2017-01-04
>
j-po09:01:21

After cpping a form that calls clojure.spec.test/check on a (backquoted) symbol for a spec'd function, I'm getting the rather cryptic error Vim(return):E730: using List as a String. Has anyone gotten this before? Any idea what it might mean?

dominicm09:01:20

I've got it a lot. I think it's something to do with not processing exceptions correctly.

j-po09:01:25

😞 thanks

j-po09:01:43

Good to know

dominicm09:01:38

It's probably just an edge case not being covered. So don't give up all hope! 🙂

dominicm09:01:53

Sometimes :Eval *e can reveal the underlying exception to you

dominicm09:01:07

@juhoteperi When using a config like yours specifying no sources, I don't get completions when the namespace has been buffer completed instead of coming from CLJ. Do you have this problem?