Hi, On Nov 12, 12:21 am, John Ky <newho...@gmail.com> wrote:
> Does anyone know why if the first character in my *.clj file is '#', then > when I open it in VIM, ClojureVIM fails to recognise it as a Clojure file? Ok. I could reproduce the issue and also found the solution. The culprit is setfiletype in ftdetect/clojure.vim. As a quick fix change the following line there: au BufNewFile,BufRead *.clj setfiletype clojure into au BufNewFile,BufRead *.clj set filetype=clojure I will also patch this for the next release. Thanks for the report. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en