Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-13 Thread MattH
Thanks Meikel, this is really useful! I noticed that the C-Up and C-Down key bindings used for the history navigation work fine in MacVim.app, but not from the terminal in OS X. So for any VimClojurians on OS X with the same problem, suggested workarounds: - use MacVim.app, or - add alternative

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-13 Thread Meikel Brandmeyer
Hi, Am 13.03.2009 um 05:51 schrieb rzeze...@gmail.com: 1) In the preview window it says Use \p to close this buffer!, but I have m LocalLeader mapped to ,. I'm guessing maybe you hardcoded this by accident? Yes. I should read the maplocalleader option to show the right key. Will be fixed.

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-13 Thread Meikel Brandmeyer
Hi, Am 13.03.2009 um 09:08 schrieb MattH: I noticed that the C-Up and C-Down key bindings used for the history navigation work fine in MacVim.app, but not from the terminal in OS X. I don't use Vim in a terminal anymore. The I don't do much testing there. So for any VimClojurians on OS

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-12 Thread Meikel Brandmeyer
Dear vimming Clojurians, unfortunately there was a typo in the documentation. It should read: let clj_want_gorilla = 1 Without a 's'. I'm sorry for the inconvenience. Sincerely Meikel smime.p7s Description: S/MIME cryptographic signature

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-12 Thread Meikel Brandmeyer
Hi, Am 11.03.2009 um 01:20 schrieb Jeff Rose: Awesome! This is really sweet. I've got it up and running, and this is really getting good now. I've got a couple quick questions: * Is there a smart way to install it? I've been copying each .vim file into its place inside my $HOME/.vim

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-12 Thread Kyle Schaffrick
On Wed, 11 Mar 2009 00:36:39 +0100 Meikel Brandmeyer m...@kotka.de wrote: Dear vimming Clojurians, I'm proud to announce VimClojure 2.0! Working fantastic here, thanks for this. I just cannot get comfortable in Emacs. I really did try :) More information on the installation can be

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-12 Thread rzeze...@gmail.com
Meikel, found a few more things that might need fixing. 1) In the preview window it says Use \p to close this buffer!, but I have m LocalLeader mapped to ,. I'm guessing maybe you hardcoded this by accident? 2) When doing a macroexpand (me or m1), the cursor is moved into the REPL buffer. Is

VimClojure 2.0.0 released (merged with Gorilla)

2009-03-10 Thread Meikel Brandmeyer
Dear vimming Clojurians, I'm proud to announce VimClojure 2.0! I want to thank durka42 on #clojure for being a patient guinea pig - eh - beta tester, finding the bugs within minutes. :) Updates and Fixes: * Updated higlighting to SVN 1327 * Fixed completion bug on Windows (thanks to jb)

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-10 Thread Jeff Rose
Awesome! This is really sweet. I've got it up and running, and this is really getting good now. I've got a couple quick questions: * Is there a smart way to install it? I've been copying each .vim file into its place inside my $HOME/.vim directory, but this gets repetitive and annoying

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-10 Thread Timothy Pratley
*cheer* thanks 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 To unsubscribe from this group, send email to

Re: VimClojure 2.0.0 released (merged with Gorilla)

2009-03-10 Thread Mark Feeney
I've got it up and running on Windows and it looks great. Thanks Meikel! On Mar 10, 7:36 pm, Meikel Brandmeyer m...@kotka.de wrote: Dear vimming Clojurians, I'm proud to announce VimClojure 2.0! I want to thank durka42 on #clojure for being a patient guinea pig - eh - beta tester, finding