annotate runtime/indent/docbk.vim @ 416:3da34f87c760
updated for version 7.0109
author |
vimboss |
date |
Mon, 18 Jul 2005 21:40:44 +0000 |
parents |
f14cbd913415 |
children |
1f3b1021f002 |
rev |
line source |
7
|
1 " Vim indent file
|
375
|
2 " Language: DocBook Documentation Format
|
|
3 " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se>
|
|
4 " Latest Revision: 2005-06-29
|
7
|
5
|
353
|
6 if exists("b:did_indent")
|
375
|
7 finish
|
353
|
8 endif
|
|
9
|
7
|
10 " Same as XML indenting for now.
|
|
11 runtime! indent/xml.vim
|
|
12
|
353
|
13 if exists('*XmlIndentGet')
|
|
14 setlocal indentexpr=XmlIndentGet(v:lnum,0)
|
|
15 endif
|