annotate runtime/indent/xsd.vim @ 9827:bc358576ace1
Added tag v7.4.2188 for changeset f17ba1c9d209756780b95dcd2172681a4c9d291e
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 09 Aug 2016 22:00:08 +0200 |
parents |
03b3684919e3 |
children |
|
rev |
line source |
323
|
1 " Vim indent file
|
|
2 " Language: .xsd files (XML Schema)
|
|
3 " Maintainer: Nobody
|
|
4 " Last Change: 2005 Jun 09
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Use XML formatting rules
|
|
12 runtime! indent/xml.vim
|
|
13
|