2004-06-13 20:20:40 +00:00
|
|
|
" Vim indent file
|
2006-04-30 18:54:39 +00:00
|
|
|
" Language: DocBook Documentation Format
|
2006-04-21 22:12:41 +00:00
|
|
|
" Maintainer: Nikolai Weibull <now@bitwi.se>
|
|
|
|
" Latest Revision: 2006-04-19
|
2004-06-13 20:20:40 +00:00
|
|
|
|
2005-06-23 22:36:45 +00:00
|
|
|
if exists("b:did_indent")
|
2005-06-29 22:40:58 +00:00
|
|
|
finish
|
2005-06-23 22:36:45 +00:00
|
|
|
endif
|
|
|
|
|
2004-06-13 20:20:40 +00:00
|
|
|
" Same as XML indenting for now.
|
|
|
|
runtime! indent/xml.vim
|
|
|
|
|
2005-06-23 22:36:45 +00:00
|
|
|
if exists('*XmlIndentGet')
|
|
|
|
setlocal indentexpr=XmlIndentGet(v:lnum,0)
|
|
|
|
endif
|