comparison runtime/syntax/generator/vim.vim.base @ 34353:da420cabb018

runtime(vim): update Vim Syntax generator Commit: https://github.com/vim/vim/commit/5c3855bcab425be39e2934fede14d1124466c55a Author: h-east <h.east.727@gmail.com> Date: Wed Feb 14 21:00:01 2024 +0100 runtime(vim): update Vim Syntax generator - Add missing "Last Change:" line. - The date on this line in vim.vim is updated by update_date.vim at Make time. (I made a mistake in the file path) - Remove unnecessary "b:loaded_syntax_vim_ex". - Remove "Base File Date:" line in vim.vim.base - Add Doug Kearns as Maintainer closes: #14031 Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 14 Feb 2024 21:15:03 +0100
parents 776cb5c73d6f
children c99a9fe0886d
comparison
equal deleted inserted replaced
34352:fba6d3549248 34353:da420cabb018
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Vim script 2 " Language: Vim script
3 " Maintainer: Hirohito Higashi <h.east.727 ATMARK gmail.com> 3 " Maintainer: Hirohito Higashi <h.east.727 ATMARK gmail.com>
4 " Doug Kearns <dougkearns@gmail.com>
4 " URL: https://github.com/vim-jp/syntax-vim-ex 5 " URL: https://github.com/vim-jp/syntax-vim-ex
6 " Last Change: Feb 13, 2024
5 " Former Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> 7 " Former Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM>
6 " Base File URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM 8 " Base File URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM
7 " Base File Version: 9.0-25 9 " Base File Version: 9.0-25
8 " Base File Date: May 09, 2023
9 10
10 " DO NOT CHANGE DIRECTLY. 11 " DO NOT CHANGE DIRECTLY.
11 " THIS FILE PARTLY GENERATED BY gen_syntax_vim.vim. 12 " THIS FILE PARTLY GENERATED BY gen_syntax_vim.vim.
12 " (Search string "GEN_SYN_VIM:" in this file) 13 " (Search string "GEN_SYN_VIM:" in this file)
13 14
15 16
16 " Quit when a syntax file was already loaded {{{2 17 " Quit when a syntax file was already loaded {{{2
17 if exists("b:current_syntax") 18 if exists("b:current_syntax")
18 finish 19 finish
19 endif 20 endif
20 let b:loaded_syntax_vim_ex="__REVISION__"
21 let s:keepcpo= &cpo 21 let s:keepcpo= &cpo
22 set cpo&vim 22 set cpo&vim
23 23
24 " vimTodo: contains common special-notices for comments {{{2 24 " vimTodo: contains common special-notices for comments {{{2
25 " Use the vimCommentGroup cluster to add your own. 25 " Use the vimCommentGroup cluster to add your own.