2005-09-25 22:16:38 +00:00
|
|
|
" Vim indent file
|
2005-10-10 20:59:28 +00:00
|
|
|
" Language: Ruby
|
2005-09-25 22:16:38 +00:00
|
|
|
" Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
|
2005-10-10 20:59:28 +00:00
|
|
|
" Info: $Id$
|
2005-11-23 21:25:05 +00:00
|
|
|
" URL: http://vim-ruby.rubyforge.org
|
2005-10-10 20:59:28 +00:00
|
|
|
" Anon CVS: See above site
|
2005-09-25 22:16:38 +00:00
|
|
|
" ----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
" Only load this indent file when no other was loaded.
|
|
|
|
if exists("b:did_indent")
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
|
|
|
runtime! indent/html.vim
|