On Thursday 18 December 2008 11:52, Mark Volkmann wrote:
> I'm probably doing something wrong, but I haven't been able to get
> Gorilla to work with Vim. The installation instructions say:
>
> ...
>
> I've done this, but it doesn't seem to recognize Gorilla shortcuts.
> Should I be able to open a REPL buffer by entering ":sr"?
>
> Am I missing an installation step?

First of all, check whether you Vim has the necessary Ruby support:

% vim --version |sed -n -e 1p -e '/ruby/p'
VIM - Vi IMproved 6.3 (2004 June 7, compiled Aug 15 2007 23:30:49)
+path_extra -perl +postscript +printer -python +quickfix +rightleft -ruby


% vim --version |sed -n -e 1p -e '/[-+]ruby/p'
VIM - Vi IMproved 7.1 (2007 May 12, compiled Dec 12 2007 14:10:50)
+python +quickfix +reltime +rightleft +ruby +scrollbind +signs +smartindent


If you see "-ruby" then you're out of luck until you acquire or rebuild
Vim with Ruby support.


Randall Schulz

--~--~---------~--~----~------------~-------~--~----~
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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to