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
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).