From: Martin DeMello Date: 2005-10-10T13:51:51+09:00 Subject: Re: indent for Ruby, to reformat it Kirk Haines 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