There was a breakage some time ago, which made it necessary
to release a bug fix release. The revisions are named on the
vim.org page, where you can download Gorilla. Please check
there if this solves your problem. If not, please send me the revisions
of clojure and clojure-contrib and the version of Gorilla you are using.
http://www.vim.org/scripts/script.php?script_id=2483
Thanks.
Sincerely
Meikel
--
R. Mark Volkmann
Object Computing, Inc.
Am 21.01.2009 um 21:44 schrieb Mark Volkmann:
> What is the difference between vimclojure and Gorilla?
VimClojure provides static things like syntax highlighting,
indenting and static code completion as supported by
Vim (<C-N>). It's purely Vim and needs nothing else.
Gorilla supplements VimClojure with dynamic features,
similar to SLIME for emacs:
- send expressions to a Clojure server
- lookup docstrings, javadoc, Chouser's show...
- expand macros
- complete static members of Classes (<- unique feature AFAIK :))
- provide a Repl inside a Vim buffer
It currently needs Ruby and isn't very stable. I'm working
on removing the Ruby dependency though. VimClojure
is a prerequisite for Gorilla, since the latter depends on the
syntax highlighting of the former.
Sincerely
Meikel
Thanks for explaining that! I'm currently using VimClojure and like it
a lot! I guess I'll wait until you finish removing the Ruby dependency
to upgrade to Gorilla. I have nothing against Ruby. In fact I'm coding
in it right now. Unfortunately I found it difficult to add Ruby
support to Vim.