From 8baab3c8d7a6f22888bd581cd5c6098fd2e4b5a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:44:24 +0200 Subject: Adding upstream version 2:8.1.0875. Signed-off-by: Daniel Baumann --- runtime/ftplugin/cpp.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 runtime/ftplugin/cpp.vim (limited to 'runtime/ftplugin/cpp.vim') diff --git a/runtime/ftplugin/cpp.vim b/runtime/ftplugin/cpp.vim new file mode 100644 index 0000000..8c3f211 --- /dev/null +++ b/runtime/ftplugin/cpp.vim @@ -0,0 +1,12 @@ +" Vim filetype plugin file +" Language: C++ +" Maintainer: Bram Moolenaar +" Last Change: 2001 Jan 15 + +" Only do this when not done yet for this buffer +if exists("b:did_ftplugin") + finish +endif + +" Behaves just like C +runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim -- cgit v1.2.3