Bram Moolenaar | 1e01546 | 2005-09-25 22:16:38 +0000 | [diff] [blame] | 1 | " Vim indent file |
Bram Moolenaar | d5cdbeb | 2005-10-10 20:59:28 +0000 | [diff] [blame] | 2 | " Language: Ruby |
Bram Moolenaar | 1e01546 | 2005-09-25 22:16:38 +0000 | [diff] [blame] | 3 | " Maintainer: Doug Kearns <djkea2 at gus.gscit.monash.edu.au> |
Bram Moolenaar | d5cdbeb | 2005-10-10 20:59:28 +0000 | [diff] [blame] | 4 | " Info: $Id$ |
| 5 | " URL: http://vim-ruby.rubyforge.org/ |
| 6 | " Anon CVS: See above site |
| 7 | " Licence: GPL (http://www.gnu.org) |
Bram Moolenaar | 1e01546 | 2005-09-25 22:16:38 +0000 | [diff] [blame] | 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 | " ---------------------------------------------------------------------------- |
| 14 | |
| 15 | " Only load this indent file when no other was loaded. |
| 16 | if exists("b:did_indent") |
| 17 | finish |
| 18 | endif |
| 19 | |
| 20 | runtime! indent/html.vim |