Some cscope fixes
[cmccabe-etc] / .vim / indent / ruby.vim
1 " Vim indent file
2 " Language:             Ruby
3 " Maintainer:           Nikolai Weibull <now at bitwi.se>
4 " Info:                 $Id: ruby.vim,v 1.47 2008/06/29 04:18:43 tpope Exp $
5 " URL:                  http://vim-ruby.rubyforge.org
6 " Anon CVS:             See above site
7 " Release Coordinator:  Doug Kearns <dougkearns@gmail.com>
8
9 " 0. Initialization {{{1
10 " =================
11
12 " Only load this indent file when no other was loaded.
13 if exists("b:did_indent")
14   finish
15 endif
16
17 source $VIMRUNTIME/indent/ruby.vim
18 let b:did_indent = 1
19
20 set sw=2
21 set ts=2
22 set et
23 set tw=100