view runtime/indent/docbk.vim @ 12974:f7e78e142aa8

Added tag v8.0.1362 for changeset 418941f0df0894e1551f560ca04fd1d084a43022
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Dec 2017 21:15:06 +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