]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(cpp): Announce syntax file adoption
authorChristian Brabandt <cb@256bit.org>
Tue, 6 Jan 2026 15:55:37 +0000 (15:55 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 6 Jan 2026 15:55:37 +0000 (15:55 +0000)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/cpp.vim

index ff1226b7b0201c87bd668e75c212991cb70051af..2bf5b1ffc46845ff73bf1c22898a9560cec3d5c6 100644 (file)
@@ -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")