Mercurial > vim
view runtime/indent/docbk.vim @ 375:f14cbd913415 v7.0097
updated for version 7.0097
author | vimboss |
---|---|
date | Wed, 29 Jun 2005 22:40:58 +0000 |
parents | 3161473d6462 |
children | 1f3b1021f002 |
line wrap: on
line source
" Vim indent file " Language: DocBook Documentation Format " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> " Latest Revision: 2005-06-29 if exists("b:did_indent") finish endif " Same as XML indenting for now. runtime! indent/xml.vim if exists('*XmlIndentGet') setlocal indentexpr=XmlIndentGet(v:lnum,0) endif