blob: e21afeee5d4dcac8bc00841ede434341f70db2f0 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim filetype plugin
2" Language: Ruby
3" Maintainer: Gavin Sinclair <gsinclair@soyabean.com.au>
4" Last Change: 2002/08/12
5" URL: www.soyabean.com.au/gavin/vim/index.html
6
7" Only do this when not done yet for this buffer
8if (exists("b:did_ftplugin"))
9 finish
10endif
11let b:did_ftplugin = 1
12
13" There are no known setting particularly appropriate for Ruby. Please
14" contact the maintainer if you think of some.