commit cabefb52ffd250b0d00d98b35495fe768acd49c1
parent 65e7aa92553f4d8a7f9907ce934e8ab5907b7df1
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu, 1 Jan 2026 08:18:29 +0800
vim-patch:a025a46: runtime: mark more invalid email addresses
https://github.com/vim/vim/commit/a025a46d4169587145fb54f04af349cd05cb6122
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
24 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/runtime/autoload/hare.vim b/runtime/autoload/hare.vim
@@ -1,6 +1,6 @@
" Vim autoload file.
" Language: Hare
-" Maintainer: Amelia Clarke <selene@perilune.dev>
+" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
" Last Updated: 2024-05-10
" Upstream: https://git.sr.ht/~sircmpwn/hare.vim
diff --git a/runtime/compiler/hare.vim b/runtime/compiler/hare.vim
@@ -1,6 +1,6 @@
" Vim compiler file.
" Compiler: Hare
-" Maintainer: Amelia Clarke <selene@perilune.dev>
+" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
" Last Change: 2024-05-23
" Upstream: https://git.sr.ht/~sircmpwn/hare.vim
diff --git a/runtime/compiler/scdoc.vim b/runtime/compiler/scdoc.vim
@@ -1,6 +1,6 @@
" scdoc compiler for Vim
" Compiler: scdoc
-" Maintainer: Gregory Anders <contact@gpanders.com>
+" Maintainer: Gregory Anders <contact@gpanders.com> (invalid)
" Last Updated: 2019-10-24
" 2024 Apr 05 by The Vim Project (removed :CompilerSet definition)
" Upstream: https://github.com/gpanders/vim-scdoc
diff --git a/runtime/ftplugin/bitbake.vim b/runtime/ftplugin/bitbake.vim
@@ -1,6 +1,6 @@
" Vim filetype plugin file
" Language: Bitbake
-" Maintainer: Gregory Anders <greg@gpanders.com>
+" Maintainer: Gregory Anders <greg@gpanders.com> (invalid)
" Repository: https://github.com/openembedded/bitbake
" Latest Revision: 2022-07-23
" 2024-05-23 by Riley Bruins <ribru17@gmail.com> ('commentstring')
diff --git a/runtime/ftplugin/bp.vim b/runtime/ftplugin/bp.vim
@@ -1,6 +1,6 @@
" Blueprint build system filetype plugin file
" Language: Blueprint
-" Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr>
+" Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr> (invalid)
" Latest Revision: 2024-04-19
if exists("b:did_ftplugin")
diff --git a/runtime/ftplugin/fennel.vim b/runtime/ftplugin/fennel.vim
@@ -1,6 +1,6 @@
" Vim filetype plugin file
" Language: Fennel
-" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com>
+" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com> (invalid)
" Last Update: 2023 Jun 9
" 2024 May 24 by Riley Bruins <ribru17@gmail.com> ('commentstring')
diff --git a/runtime/ftplugin/hare.vim b/runtime/ftplugin/hare.vim
@@ -1,6 +1,6 @@
" Vim filetype plugin.
" Language: Hare
-" Maintainer: Amelia Clarke <selene@perilune.dev>
+" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
" Last Updated: 2024 Oct 04
" Upstream: https://git.sr.ht/~sircmpwn/hare.vim
diff --git a/runtime/ftplugin/haredoc.vim b/runtime/ftplugin/haredoc.vim
@@ -1,6 +1,6 @@
" Vim filetype plugin.
" Language: Haredoc (Hare documentation format)
-" Maintainer: Amelia Clarke <selene@perilune.dev>
+" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
" Last Updated: 2024-05-02
" Upstream: https://git.sr.ht/~selene/hare.vim
diff --git a/runtime/ftplugin/jjdescription.vim b/runtime/ftplugin/jjdescription.vim
@@ -1,6 +1,6 @@
" Vim filetype plugin
" Language: jj description
-" Maintainer: Gregory Anders <greg@gpanders.com>
+" Maintainer: Gregory Anders <greg@gpanders.com> (invalid)
" Last Change: 2024 May 8
if exists('b:did_ftplugin')
diff --git a/runtime/ftplugin/mbsync.vim b/runtime/ftplugin/mbsync.vim
@@ -1,6 +1,6 @@
" Vim filetype plugin file
" Language: mbsync configuration file
-" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com>
+" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> (invalid)
" Last Change: 2025 Apr 13
if (exists('b:did_ftplugin'))
diff --git a/runtime/ftplugin/scdoc.vim b/runtime/ftplugin/scdoc.vim
@@ -1,5 +1,5 @@
" scdoc filetype plugin
-" Maintainer: Gregory Anders <contact@gpanders.com>
+" Maintainer: Gregory Anders <contact@gpanders.com> (invalid)
" Last Updated: 2022 May 09
" 2024 May 23 by Riley Bruins <ribru17@gmail.com> ('commentstring')
" Upstream: https://github.com/gpanders/vim-scdoc
diff --git a/runtime/indent/fennel.vim b/runtime/indent/fennel.vim
@@ -1,6 +1,6 @@
" Vim indent file
" Language: Fennel
-" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com>
+" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com> (invalid)
" Last Change: 2022 Apr 20
" Only load this indent file when no other was loaded.
diff --git a/runtime/indent/glsl.vim b/runtime/indent/glsl.vim
@@ -1,5 +1,5 @@
" Language: OpenGL Shading Language
-" Maintainer: Gregory Anders <greg@gpanders.com>
+" Maintainer: Gregory Anders <greg@gpanders.com> (invalid)
" Last Modified: 2024 Jul 21
" Upstream: https://github.com/tikhomirov/vim-glsl
diff --git a/runtime/indent/hare.vim b/runtime/indent/hare.vim
@@ -1,6 +1,6 @@
" Vim indent file
" Language: Hare
-" Maintainer: Amelia Clarke <selene@perilune.dev>
+" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
" Last Change: 2024-04-14
" Upstream: https://git.sr.ht/~sircmpwn/hare.vim
diff --git a/runtime/indent/java.vim b/runtime/indent/java.vim
@@ -1,7 +1,7 @@
" Vim indent file
" Language: Java
" Previous Maintainer: Toby Allsopp <toby.allsopp@peace.com>
-" Current Maintainer: Hong Xu <hong@topbug.net>
+" Current Maintainer: Hong Xu <hong@topbug.net> (invalid)
" Homepage: http://www.vim.org/scripts/script.php?script_id=3899
" https://github.com/xuhdev/indent-java.vim
" Last Change: 2016 Mar 7
diff --git a/runtime/syntax/dosini.vim b/runtime/syntax/dosini.vim
@@ -3,7 +3,7 @@
" Version: 2.4
" Original Author: Sean M. McKee <mckee@misslink.net>
" Previous Maintainer: Nima Talebi <nima@it.net.au>
-" Current Maintainer: Hong Xu <hong@topbug.net>
+" Current Maintainer: Hong Xu <hong@topbug.net> (invalid)
" Homepage: http://www.vim.org/scripts/script.php?script_id=3747
" Repository: https://github.com/xuhdev/syntax-dosini.vim
" Last Change: 2024 Sept 08
diff --git a/runtime/syntax/glsl.vim b/runtime/syntax/glsl.vim
@@ -1,5 +1,5 @@
" Language: OpenGL Shading Language
-" Maintainer: Gregory Anders <greg@gpanders.com>
+" Maintainer: Gregory Anders <greg@gpanders.com> (invalid)
" Last Modified: 2024 Jul 21
" Upstream: https://github.com/tikhomirov/vim-glsl
diff --git a/runtime/syntax/hare.vim b/runtime/syntax/hare.vim
@@ -1,6 +1,6 @@
" Vim syntax file.
" Language: Hare
-" Maintainer: Amelia Clarke <selene@perilune.dev>
+" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
" Last Change: 2024-05-10
" Upstream: https://git.sr.ht/~sircmpwn/hare.vim
diff --git a/runtime/syntax/haredoc.vim b/runtime/syntax/haredoc.vim
@@ -1,6 +1,6 @@
" Vim syntax file.
" Language: Haredoc (Hare documentation format)
-" Maintainer: Amelia Clarke <selene@perilune.dev>
+" Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
" Last Change: 2024-05-10
" Upstream: https://git.sr.ht/~selene/hare.vim
diff --git a/runtime/syntax/jjdescription.vim b/runtime/syntax/jjdescription.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: jj description
-" Maintainer: Gregory Anders <greg@gpanders.com>
+" Maintainer: Gregory Anders <greg@gpanders.com> (invalid)
" Last Change: 2024 May 8
" 2025 Apr 17 by Vim Project (don't require space to start comments, #17130)
diff --git a/runtime/syntax/mbsync.vim b/runtime/syntax/mbsync.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: mbsyncrc
-" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com>
+" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> (invalid)
" Last Change: 2025 Apr 13
" 2025 Jun 04 by Vim project: match TLSType configuration variable
"
diff --git a/runtime/syntax/pacmanlog.vim b/runtime/syntax/pacmanlog.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: pacman.log
-" Maintainer: Ronan Pigott <ronan@rjp.ie>
+" Maintainer: Ronan Pigott <ronan@rjp.ie> (invalid)
" Last Change: 2023 Dec 04
" 2025 Apr 16 by Vim Project (set 'cpoptions' for line continuation, #17121)
diff --git a/runtime/syntax/scdoc.vim b/runtime/syntax/scdoc.vim
@@ -1,5 +1,5 @@
" Syntax file for scdoc files
-" Maintainer: Gregory Anders <contact@gpanders.com>
+" Maintainer: Gregory Anders <contact@gpanders.com> (invalid)
" Last Updated: 2022-05-09
" Upstream: https://github.com/gpanders/vim-scdoc
diff --git a/runtime/syntax/vue.vim b/runtime/syntax/vue.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: Vue.js Single File Component
-" Maintainer: Ralph Giles <giles@thaumas.net>
+" Maintainer: Ralph Giles <giles@thaumas.net> (invalid)
" URL: https://vuejs.org/v2/guide/single-file-components.html
" Last Change: 2019 Jul 8