Mercurial > vim
view runtime/indent/docbk.vim @ 7979:22367b9f528a v7.4.1285
commit https://github.com/vim/vim/commit/79c2c881bb7ae1cbdeeff91d4875b4bf2e54df06
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 7 21:19:28 2016 +0100
patch 7.4.1285
Problem: Cannot measure elapsed time.
Solution: Add reltimefloat().
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 07 Feb 2016 21:30:04 +0100 |
parents | 8cd729851562 |
children | 1218c5353e2b |
line wrap: on
line source
" Vim indent file " Language: DocBook Documentation Format " 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