guns / vim-clojure-static

Meikel Brandmeyer's excellent Clojure runtime files
Other
420 stars 50 forks source link

Using <! from core.async cause false error highlighting on closing parens. #66

Closed oemmerson closed 9 years ago

oemmerson commented 9 years ago

When vim-clojure-static is installed, using <! causes false red error highlighting at the end of go blocks and some others forms.

To see the error open https://raw.githubusercontent.com/juliangamble/clojure-conj-2014-paradigms-of-core-async/master/1.Simple-Producer-Consumer/simple-core-async/src/simple_core_async/core.clj with vim-clojure static installed.

You will see error highlighting on the final three parens of the go blocks and final two parens of the main function.

When I uninstall vim-clojure-static the problem goes away.

guns commented 9 years ago

Hello @ode79,

I can't reproduce this issue. This is what I see on a vanilla Vim with only vim-clojure-static enabled:

2015-08-16-004111_779x416_scrot

Please re-open if you can reproduce this using a vanilla Vim setup.

Thank you!