view runtime/indent/docbk.vim @ 20742:8c304b9fcb1a

Added tag v8.2.0923 for changeset fa6f1c97813f65bdd707b63492fc6a2f13e07dc5
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 17:45:04 +0200
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