comparison runtime/syntax/tags.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 " Language: tags 1 " Language: tags
2 " Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> 2 " Maintainer: This runtime file is looking for a new maintainer.
3 " Former Maintainer: Charles E. Campbell
3 " Last Change: Oct 26, 2016 4 " Last Change: Oct 26, 2016
5 " 2024 Feb 19 by Vim Project (announce adoption)
4 " Version: 8 6 " Version: 8
5 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_TAGS 7 " Former URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_TAGS
6 8
7 " quit when a syntax file was already loaded 9 " quit when a syntax file was already loaded
8 if exists("b:current_syntax") 10 if exists("b:current_syntax")
9 finish 11 finish
10 endif 12 endif