diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-02-21 06:30:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 06:30:18 +0800 |
commit | 9bb046d1be5aa9ba0482b2cad050b286d4b78978 (patch) | |
tree | 90462647e931deb5bf4dd8a333594058cdcdefc0 /runtime/syntax/elmfilt.vim | |
parent | f25c0c1eb9be7664ed01a648008e55b406c6222a (diff) | |
download | rneovim-9bb046d1be5aa9ba0482b2cad050b286d4b78978.tar.gz rneovim-9bb046d1be5aa9ba0482b2cad050b286d4b78978.tar.bz2 rneovim-9bb046d1be5aa9ba0482b2cad050b286d4b78978.zip |
vim-patch:f9ca139e3aa1 (#27554)
runtime(misc): announce adoption of various runtime files
https://github.com/vim/vim/commit/f9ca139e3aa12dd03177ebba5eedcee4f0836f27
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/syntax/elmfilt.vim')
-rw-r--r-- | runtime/syntax/elmfilt.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/syntax/elmfilt.vim b/runtime/syntax/elmfilt.vim index d995853e8e..aa1b57cbfe 100644 --- a/runtime/syntax/elmfilt.vim +++ b/runtime/syntax/elmfilt.vim @@ -1,9 +1,10 @@ " Vim syntax file " Language: Elm Filter rules -" Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> +" Maintainer: This runtime file is looking for a new maintainer. +" Former Maintainer: Charles E. Campbell " Last Change: Aug 31, 2016 " Version: 9 -" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_ELMFILT +" Former URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_ELMFILT " quit when a syntax file was already loaded if exists("b:current_syntax") |