Thanks for Gorilla. I am using it with MacVim. One (or :bug :pebkac) report...
I put plugin/gorilla.vim in /Applications/MacVim.app/Contents/ Resources/vim/runtime/plugin/ and it seems to be loaded when MacVim starts. But the keybindings are not set up. \sr doesn't do anything (well, the 's' puts Vim in insert mode). I can do :ruby Gorilla::Repl.start() (which \sr is supposed to be bound to), and that works. I can also do :ruby Gorilla.setup_maps() and after that \sr starts the REPL as expected. I fixed this by adding the line "Gorilla.setup_maps()" before the "EOF" line in gorilla.vim, but I imagine that shouldn't be necesssary. Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---