comparison runtime/indent/docbk.vim @ 0:76efa0be13f1

Initial revision
author atsuki
date Sat, 10 Nov 2007 15:07:22 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:76efa0be13f1
1 " Vim indent file
2 " Language: DocBook Documentation Format
3 " Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2006-04-19
5
6 if exists("b:did_indent")
7 finish
8 endif
9
10 " Same as XML indenting for now.
11 runtime! indent/xml.vim
12
13 if exists('*XmlIndentGet')
14 setlocal indentexpr=XmlIndentGet(v:lnum,0)
15 endif