We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0fcff commit 6c30628Copy full SHA for 6c30628
1 file changed
runtime/syntax/cpp.vim
@@ -1,9 +1,11 @@
1
" Vim syntax file
2
" Language: C++
3
-" Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
4
-" Previous Maintainer: Ken Shan <[email protected]>
+" Maintainer: This runtime file is looking for a new maintainer.
+" Previous Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
5
+" Ken Shan <[email protected]>
6
" Last Change: 2024 May 04
7
" 2024 May 04 by Vim Project (fix digit separator in octals and floats)
8
+" 2026 Jan 06 by Vim Project (announce adoption)
9
10
" quit when a syntax file was already loaded
11
if exists("b:current_syntax")
0 commit comments