annotate runtime/indent/xhtml.vim @ 7529:2066de3583f9
Added tag v7.4.1065 for changeset 53163e4d9e4f1229e5a3439cc4b5263a86925ae7
author |
Christian Brabandt <cb@256bit.org> |
date |
Sat, 09 Jan 2016 15:00:05 +0100 |
parents |
25dd5036f2b0 |
children |
4027cefc2aab |
rev |
line source |
7
|
1 " Vim indent file
|
|
2 " Language: XHTML
|
|
3 " Maintainer: Bram Moolenaar <Bram@vim.org> (for now)
|
357
|
4 " Last Change: 2005 Jun 24
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
7
|
10
|
|
11 " Handled like HTML for now.
|
|
12 runtime! indent/html.vim
|