Re: VimClojure 2.1.0 released

2009-04-16 Thread bOR_
Worked with the 2.1.0 version today. Impressions so far are more stable than the developmental version of a week ago (no hanging repls), a feeling intense gratitude for the ,ct command. Furthermore a bit of collision with the default keybindings when I try to browse the history with ctrl-p and ctr

Re: VimClojure 2.1.0 released

2009-04-15 Thread Meikel Brandmeyer
Dear vimming Clojurians, a word of warning: If you have a file containing syntax errors or which contains a namespace but is not in the Classpath, you probably want let clj_want_gorilla = 0 in your .vimrc. This also applies if you use files which have side-effects when they are loaded. The

VimClojure 2.1.0 released

2009-04-15 Thread Meikel Brandmeyer
Dear vimming Clojurians, I proudly present release 2.1.0 of VimClojure. It needs Clojure rev >= 1349 and Contrib rev >= 650 New features include: * improved completion (context sensitive, imported classes, aliases, static class members) * goto source (by virtue of revision 1349 of clojure)