Mercurial > vim
view runtime/indent/c.vim @ 9632:3e0ab13ddd12 v7.4.2093
commit https://github.com/vim/vim/commit/a58c58b7e1404bb91d59d14539b41390284e7026
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 23 14:01:15 2016 +0200
patch 7.4.2093
Problem: Netbeans test fails once in a while. Leaving log file behind.
Solution: Add it to the list of flaky tests. Disable logfile.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 23 Jul 2016 14:15:05 +0200 |
parents | fca8a9b65afa |
children | 4027cefc2aab |
line wrap: on
line source
" Vim indent file " Language: C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2005 Mar 27 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " C indenting is built-in, thus this is very simple setlocal cindent let b:undo_indent = "setl cin<"