annotate runtime/indent/docbk.vim @ 4537:5cc98a5898cf
v7.3.1016
updated for version 7.3.1016
Problem: Unused field in nfa_state.
Solution: Remove lastthread.
author |
Bram Moolenaar <bram@vim.org> |
date |
Sat, 25 May 2013 15:31:05 +0200 |
parents |
8cd729851562 |
children |
1218c5353e2b |
rev |
line source |
7
|
1 " Vim indent file
|
856
|
2 " Language: DocBook Documentation Format
|
839
|
3 " Maintainer: Nikolai Weibull <now@bitwi.se>
|
|
4 " Latest Revision: 2006-04-19
|
7
|
5
|
353
|
6 if exists("b:did_indent")
|
375
|
7 finish
|
353
|
8 endif
|
|
9
|
7
|
10 " Same as XML indenting for now.
|
|
11 runtime! indent/xml.vim
|
|
12
|
353
|
13 if exists('*XmlIndentGet')
|
|
14 setlocal indentexpr=XmlIndentGet(v:lnum,0)
|
|
15 endif
|