annotate runtime/indent/ant.vim @ 4373:c42e130ebf36
v7.3.935
updated for version 7.3.935
Problem: Init stack works differently on 64 bit systems.
Solution: Handle 64 bit systems and also static library. (Yukihiro
Nakadaira)
author |
Bram Moolenaar <bram@vim.org> |
date |
Sat, 11 May 2013 17:45:48 +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
|