comparison runtime/indent/html.vim @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 1cdd2661f34c
children a5677b7ce858
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 " Description: html indenter 1 " Description: html indenter
2 " Author: Johannes Zellner <johannes@zellner.org> 2 " Author: Johannes Zellner <johannes@zellner.org>
3 " Last Change: Tue, 27 Apr 2004 10:28:39 CEST 3 " Last Change: Tue, 27 Apr 2004 10:28:39 CEST
4 " Globals: g:html_indent_tags -- indenting tags 4 " Globals: g:html_indent_tags -- indenting tags
5 " g:html_indent_strict -- inhibit 'O O' elements 5 " g:html_indent_strict -- inhibit 'O O' elements
6 " g:html_indent_strict_table -- inhibit 'O -' elements 6 " g:html_indent_strict_table -- inhibit 'O -' elements
7 7
8 " Only load this indent file when no other was loaded. 8 " Only load this indent file when no other was loaded.
9 if exists("b:did_indent") 9 if exists("b:did_indent")