comparison runtime/syntax/xxd.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: bin using xxd 2 " Language: bin using xxd
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
5 " Version: 11 6 " Version: 11
7 " 2024 Feb 19 by Vim Project (announce adoption)
6 " Notes: use :help xxd to see how to invoke it 8 " Notes: use :help xxd to see how to invoke it
7 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_XXD 9 " Former URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_XXD
8 10
9 " quit when a syntax file was already loaded 11 " quit when a syntax file was already loaded
10 if exists("b:current_syntax") 12 if exists("b:current_syntax")
11 finish 13 finish
12 endif 14 endif