Mercurial > vim
view runtime/indent/cpp.vim @ 1664:f41b6108e46b v7.2a.016
updated for version 7.2a-016
author | vimboss |
---|---|
date | Mon, 07 Jul 2008 19:23:37 +0000 |
parents | 3fc0f57ecb91 |
children | 7bc41231fbc7 |
line wrap: on
line source
" Vim indent file " Language: C++ " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2001 Jun 12 " 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