On Thu, Dec 18, 2008 at 2:07 PM, Randall R Schulz <rsch...@sonic.net> wrote: > > 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.
Do you mean that I'm out of luck if I do not see "ruby"? Here's what I get: VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Nov 11 2008 17:20:43) +printer -profile -python +quickfix +reltime -rightleft -ruby +scrollbind -- R. Mark Volkmann Object Computing, Inc. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---