Kirk Haines <khaines / enigo.com> wrote: > > Follow the instructions found there or on the vim-ruby page: > > http://vim-ruby.rubyforge.org > > to install, and then make sure your .vimrc is setup to make use of what you > just installed. > > The last bit is important. Otherwise, you get really nasty looking > indentation. To be explicit, you need at least: set nocompatible syntax on filetype on filetype indent on filetype plugin on martin