Mercurial > vim
view runtime/indent/docbk.vim @ 27937:2550ae69df4f
Added tag v8.2.4493 for changeset 07aea9530e0574f290393c154c929ac69f61f857
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Mar 2022 21:15:04 +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