repo.or.cz
/
MacVim
/
KaoriYa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote branch 'svn-vim' into vim
[MacVim/KaoriYa.git]
/
runtime
/
indent
/
ant.vim
blob
067f272133c9073f76466b2276ee0e5151b83943
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