Mercurial > vim
view runtime/indent/bib.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 | fca8a9b65afa |
children |
line wrap: on
line source
" Vim indent file " Language: BibTeX " Maintainer: Dorai Sitaram <ds26@gte.com> " URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html " Last Change: 2005 Mar 28 " Only do this when not done yet for this buffer if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal cindent let b:undo_indent = "setl cin<"