commit 9252d470cb08552fec9c405b22b887624a49ee20
parent 77bee5906f9dd0c67eefd3dd9edfc2682633ac49
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 7 Jan 2026 07:00:12 +0800
vim-patch:6c30628: runtime(cpp): Announce syntax file adoption (#37279)
https://github.com/vim/vim/commit/6c306283920f8afb81926c498ce1aec78c623d83
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/runtime/syntax/cpp.vim b/runtime/syntax/cpp.vim
@@ -1,9 +1,11 @@
" Vim syntax file
" Language: C++
-" Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
-" Previous Maintainer: Ken Shan <ccshan@post.harvard.edu>
+" Maintainer: This runtime file is looking for a new maintainer.
+" Previous Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
+" Ken Shan <ccshan@post.harvard.edu>
" Last Change: 2024 May 04
" 2024 May 04 by Vim Project (fix digit separator in octals and floats)
+" 2026 Jan 06 by Vim Project (announce adoption)
" quit when a syntax file was already loaded
if exists("b:current_syntax")