comparison runtime/syntax/rpcgen.vim @ 34375:02bd0fe77c68

runtime(misc): announce adoption of various runtime files Commit: https://github.com/vim/vim/commit/f9ca139e3aa12dd03177ebba5eedcee4f0836f27 Author: Christian Brabandt <cb@256bit.org> Date: Mon Feb 19 20:37:11 2024 +0100 runtime(misc): announce adoption of various runtime files Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 19 Feb 2024 21:00:10 +0100
parents 8edf0aeb71b9
children
comparison
equal deleted inserted replaced
34374:ff92d46151ab 34375:02bd0fe77c68
1 " Vim syntax file 1 " Vim syntax file
2 " Language: rpcgen 2 " Language: rpcgen
3 " Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> 3 " Maintainer: This runtime file is looking for a new maintainer.
4 " Former Maintainer: Charles E. Campbell
4 " Last Change: Aug 31, 2016 5 " Last Change: Aug 31, 2016
6 " 2024 Feb 19 by Vim Project (announce adoption)
5 " Version: 13 7 " Version: 13
6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_RPCGEN 8 " Former URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_RPCGEN
7 9
8 if exists("b:current_syntax") 10 if exists("b:current_syntax")
9 finish 11 finish
10 endif 12 endif
11 13