summaryrefslogtreecommitdiffstats
path: root/runtime/indent/cpp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indent/cpp.vim')
-rw-r--r--runtime/indent/cpp.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/indent/cpp.vim b/runtime/indent/cpp.vim
index ffa37d7208..bb4dfd185e 100644
--- a/runtime/indent/cpp.vim
+++ b/runtime/indent/cpp.vim
@@ -1,7 +1,8 @@
" Vim indent file
" Language: C++
-" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2008 Nov 29
+" Maintainer: The Vim Project <https://github.com/vim/vim>
+" Last Change: 2023 Aug 10
+" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Only load this indent file when no other was loaded.
if exists("b:did_indent")