Re: clojure vim shebang

2009-11-12 Thread Meikel Brandmeyer
Hi, On Nov 12, 12:21 am, John Ky 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/cl

Re: clojure vim shebang

2009-11-12 Thread Meikel Brandmeyer
Hi, Am 12.11.2009 um 00:21 schrieb John Ky: 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? What does ":echo &ft" say? I have the general symptom, that Vim sometimes does not recognise th

Re: clojure vim shebang

2009-11-12 Thread David Brown
On Thu, Nov 12, 2009 at 10:21:32AM +1100, John Ky 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? Vim runs the type detectors that examine the file before the ones based on filename. The

Re: clojure vim shebang

2009-11-11 Thread John Ky
Mine is almost the same: Vim 7.2, vimclojure 2.1.2, java 1.6.0_10 On Thu, Nov 12, 2009 at 10:47 AM, MarkSwanson 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? > > I don't know w

Re: clojure vim shebang

2009-11-11 Thread MarkSwanson
> 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? I don't know why, but I can provide this data point: It does not do that for me. Vim 7.2, vimclojure 2.1.2, java 6.0.14 -- You received this me

clojure vim shebang

2009-11-11 Thread John Ky
Hi all, 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? Thanks -John -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send em