view runtime/indent/eruby.vim @ 1063:d763e7d7e938 v7.0.189

updated for version 7.0-189
author vimboss
date Sun, 04 Feb 2007 01:37:39 +0000
parents f24a95dae8ee
children e63691e7c504
line wrap: on
line source

" Vim indent file
" Language:		Ruby
" Maintainer:		Doug Kearns <dougkearns@gmail.com>
" Info:			$Id$
" URL:			http://vim-ruby.rubyforge.org
" Anon CVS:		See above site
" Release Coordinator:	Doug Kearns <dougkearns@gmail.com>

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

runtime! indent/html.vim

" vim: nowrap sw=2 sts=2 ts=8 ff=unix: