" Vim indent file " Language: Ruby " Maintainer: Nikolai Weibull " Info: $Id: ruby.vim,v 1.47 2008/06/29 04:18:43 tpope Exp $ " URL: http://vim-ruby.rubyforge.org " Anon CVS: See above site " Release Coordinator: Doug Kearns " 0. Initialization {{{1 " ================= " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif source $VIMRUNTIME/indent/ruby.vim let b:did_indent = 1 set sw=2 set ts=2 set et set tw=100