annotate runtime/indent/ant.vim @ 11767:b118e9bd0107
Added tag v8.0.0765 for changeset 6315c631dcb7744d2ba1e35d75cd33bf17bd7406
author |
Christian Brabandt <cb@256bit.org> |
date |
Sun, 23 Jul 2017 23:00:06 +0200 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 " Vim indent file
|
|
2 " Language: ANT files
|
|
3 " Maintainer: David Fishburn <fishburn@ianywhere.com>
|
|
4 " Last Change: Thu May 15 2003 10:02:54 PM
|
|
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
|