Closed oemmerson closed 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.
Hello @ode79,
I can't reproduce this issue. This is what I see on a vanilla Vim with only vim-clojure-static enabled:
Please re-open if you can reproduce this using a vanilla Vim setup.
Thank you!
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.