Mercurial > vim
view runtime/indent/cs.vim @ 9696:103e79a0ad8d v7.4.2124
commit https://github.com/vim/vim/commit/623cf88f9c5ad49cce8e846af29a1bb9346c7481
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 30 16:36:01 2016 +0200
patch 7.4.2124
Problem: diffmode test leaves files behind, breaking another test.
Solution: Delete the files.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 30 Jul 2016 16:45:05 +0200 |
parents | fca8a9b65afa |
children | bc1a8d21c811 |
line wrap: on
line source
" Vim indent file " Language: C# " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Fri, 15 Mar 2002 07:53:54 CET " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " C# is like indenting C setlocal cindent let b:undo_indent = "setl cin<"