From 071d4279d6ab81b7187b48f3a0fc61e587b6db6c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 13 Jun 2004 20:20:40 +0000 Subject: updated for version 7.0001 --- runtime/indent/cpp.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 runtime/indent/cpp.vim (limited to 'runtime/indent/cpp.vim') diff --git a/runtime/indent/cpp.vim b/runtime/indent/cpp.vim new file mode 100644 index 0000000000..9ae126ac4d --- /dev/null +++ b/runtime/indent/cpp.vim @@ -0,0 +1,13 @@ +" Vim indent file +" Language: C++ +" Maintainer: Bram Moolenaar +" 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 -- cgit v1.2.3