1" Vim indent file 2" Language: DocBook Documentation Format 3" Previous Maintainer: Nikolai Weibull <[email protected]> 4" Latest Revision: 2006-04-19 5 6if exists("b:did_indent") 7 finish 8endif 9 10" Same as XML indenting for now. 11runtime! indent/xml.vim 12 13if exists('*XmlIndentGet') 14 setlocal indentexpr=XmlIndentGet(v:lnum,0) 15endif 16