comparison runtime/indent/docbk.vim @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children 3161473d6462
comparison
equal deleted inserted replaced
6:c2daee826b8f 7:3fc0f57ecb91
1 " Vim indent file
2 " Language: DocBook Documentation Format
3 " Maintainer: Nikolai Weibull <source@pcppopper.org>
4 " URL: http://www.pcppopper.org/vim/indent/pcp/docbk/
5 " Latest Revision: 2004-05-22
6 " arch-tag: 3d073af7-1d69-42a2-99ad-9a49a21eb28f
7
8 " Same as XML indenting for now.
9 runtime! indent/xml.vim
10
11 setlocal indentexpr=XmlIndentGet(v:lnum,0)
12
13 " vim: set sts=2 sw=2: