Mercurial > vim
view runtime/indent/vroom.vim @ 7391:4761fed349ed v7.4.1000
commit https://github.com/vim/vim/commit/c06624661a3aa6642304c06db9cebe553a4cab17
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 30 15:49:05 2015 +0100
patch 7.4.1000
Problem: Test 49 is slow and doesn't work on MS-Windows.
Solution: Start moving parts of test 49 to test_viml.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 30 Dec 2015 16:00:05 +0100 |
parents | 1e8ebf870720 |
children |
line wrap: on
line source
" Vim indent file " Language: Vroom (vim testing and executable documentation) " Maintainer: David Barnett (https://github.com/google/vim-ft-vroom) " Last Change: 2014 Jul 23 if exists('b:did_indent') finish endif let b:did_indent = 1 let s:cpo_save = &cpo set cpo-=C let b:undo_indent = 'setlocal autoindent<' setlocal autoindent let &cpo = s:cpo_save unlet s:cpo_save