view runtime/indent/docbk.vim @ 11072:35d25dacc361

Added tag v8.0.0424 for changeset cc22b177dfe88b21dadcc619912f52812be37ad0
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 20:00:05 +0100
parents 1218c5353e2b
children
line wrap: on
line source

" Vim indent file
" Language:    	    DocBook Documentation Format
" Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
" Latest Revision:      2006-04-19

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