view runtime/indent/docbk.vim @ 9512:60945959a955

Added tag v7.4.2036 for changeset c2e904cc064f7025feb2854d80cefe9fb2d01379
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Jul 2016 22:15:07 +0200
parents 8cd729851562
children 1218c5353e2b
line wrap: on
line source

" Vim indent file
" Language:	    DocBook Documentation Format
" 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