Skip to content

Commit 6c30628

Browse files
committed
runtime(cpp): Announce syntax file adoption
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 8d0fcff commit 6c30628

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

runtime/syntax/cpp.vim

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
" Vim syntax file
22
" Language: C++
3-
" Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
4-
" Previous Maintainer: Ken Shan <[email protected]>
3+
" Maintainer: This runtime file is looking for a new maintainer.
4+
" Previous Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
5+
" Ken Shan <[email protected]>
56
" Last Change: 2024 May 04
67
" 2024 May 04 by Vim Project (fix digit separator in octals and floats)
8+
" 2026 Jan 06 by Vim Project (announce adoption)
79

810
" quit when a syntax file was already loaded
911
if exists("b:current_syntax")

0 commit comments

Comments
 (0)