From: Christian Brabandt Date: Tue, 6 Jan 2026 15:55:37 +0000 (+0000) Subject: runtime(cpp): Announce syntax file adoption X-Git-Tag: v9.1.2063~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c306283920f8afb81926c498ce1aec78c623d83;p=thirdparty%2Fvim.git runtime(cpp): Announce syntax file adoption Signed-off-by: Christian Brabandt --- diff --git a/runtime/syntax/cpp.vim b/runtime/syntax/cpp.vim index ff1226b7b0..2bf5b1ffc4 100644 --- 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 +" Maintainer: This runtime file is looking for a new maintainer. +" Previous Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp) +" Ken Shan " 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")