comparison runtime/ftplugin/eruby.vim @ 557:862863033fdd v7.0158

updated for version 7.0158
author vimboss
date Wed, 23 Nov 2005 21:25:05 +0000
parents f43150a669dc
children f24a95dae8ee
comparison
equal deleted inserted replaced
556:f9eaf0a9872d 557:862863033fdd
1 " Vim filetype plugin 1 " Vim filetype plugin
2 " Language: eRuby 2 " Language: eRuby
3 " Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au> 3 " Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au>
4 " Info: $Id$ 4 " Info: $Id$
5 " URL: http://vim-ruby.sourceforge.net 5 " URL: http://vim-ruby.rubyforge.org
6 " Anon CVS: See above site 6 " Anon CVS: See above site
7 " Licence: GPL (http://www.gnu.org)
8 " Disclaimer:
9 " This program is distributed in the hope that it will be useful,
10 " but WITHOUT ANY WARRANTY; without even the implied warranty of
11 " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 " GNU General Public License for more details.
13 " ---------------------------------------------------------------------------- 7 " ----------------------------------------------------------------------------
14 8
15 " Only do this when not done yet for this buffer 9 " Only do this when not done yet for this buffer
16 if (exists("b:did_ftplugin")) 10 if (exists("b:did_ftplugin"))
17 finish 11 finish