runtime: mark more invalid email addresses

Commit: 
https://github.com/vim/vim/commit/a025a46d4169587145fb54f04af349cd05cb6122
Author: Christian Brabandt <[email protected]>
Date:   Wed Dec 31 17:17:02 2025 +0000

    runtime: mark more invalid email addresses
    
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/runtime/autoload/hare.vim b/runtime/autoload/hare.vim
index 479b0f681..7d773100c 100644
--- a/runtime/autoload/hare.vim
+++ b/runtime/autoload/hare.vim
@@ -2,7 +2,7 @@ vim9script
 
 # Helper functions for Hare.
 # Language:     Hare
-# Maintainer:   Amelia Clarke <[email protected]>
+# Maintainer:   Amelia Clarke <[email protected]> (invalid)
 # Last Updated: 2025 Sep 06
 # Upstream:     https://git.sr.ht/~sircmpwn/hare.vim
 
diff --git a/runtime/compiler/hare.vim b/runtime/compiler/hare.vim
index 88f36a9e2..885a5c3bb 100644
--- a/runtime/compiler/hare.vim
+++ b/runtime/compiler/hare.vim
@@ -2,7 +2,7 @@ vim9script
 
 # Vim compiler file.
 # Compiler:    Hare
-# Maintainer:  Amelia Clarke <[email protected]>
+# Maintainer:  Amelia Clarke <[email protected]> (invalid)
 # Last Change: 2025 Sep 06
 # Upstream:    https://git.sr.ht/~sircmpwn/hare.vim
 
diff --git a/runtime/compiler/scdoc.vim b/runtime/compiler/scdoc.vim
index 364ddc179..374c0c302 100644
--- a/runtime/compiler/scdoc.vim
+++ b/runtime/compiler/scdoc.vim
@@ -1,6 +1,6 @@
 " scdoc compiler for Vim
 " Compiler: scdoc
-" Maintainer: Gregory Anders <[email protected]>
+" Maintainer: Gregory Anders <[email protected]> (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
index 4d50a7feb..a76d1ec7e 100644
--- a/runtime/ftplugin/bitbake.vim
+++ b/runtime/ftplugin/bitbake.vim
@@ -1,6 +1,6 @@
 " Vim filetype plugin file
 " Language: Bitbake
-" Maintainer: Gregory Anders <[email protected]>
+" Maintainer: Gregory Anders <[email protected]> (invalid)
 " Repository: https://github.com/openembedded/bitbake
 " Latest Revision: 2022-07-23
 "                  2024-05-23 by Riley Bruins <[email protected]> 
('commentstring')
diff --git a/runtime/ftplugin/bp.vim b/runtime/ftplugin/bp.vim
index 5ddebe523..add48b2ea 100644
--- 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 <[email protected]>
+" Maintainer: Bruno BELANYI <[email protected]> (invalid)
 " Latest Revision: 2024-04-19
 
 if exists("b:did_ftplugin")
diff --git a/runtime/ftplugin/fennel.vim b/runtime/ftplugin/fennel.vim
index 2a9623faf..42131f30a 100644
--- 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 <[email protected]> 
('commentstring')
 
diff --git a/runtime/ftplugin/hare.vim b/runtime/ftplugin/hare.vim
index eca1a7881..1db3e4af9 100644
--- a/runtime/ftplugin/hare.vim
+++ b/runtime/ftplugin/hare.vim
@@ -2,7 +2,7 @@ vim9script
 
 # Vim filetype plugin.
 # Language:     Hare
-# Maintainer:   Amelia Clarke <[email protected]>
+# Maintainer:   Amelia Clarke <[email protected]> (invalid)
 # Last Updated: 2025 Sep 06
 # Upstream:     https://git.sr.ht/~sircmpwn/hare.vim
 
diff --git a/runtime/ftplugin/haredoc.vim b/runtime/ftplugin/haredoc.vim
index ca66b0663..80c5ec90b 100644
--- a/runtime/ftplugin/haredoc.vim
+++ b/runtime/ftplugin/haredoc.vim
@@ -2,7 +2,7 @@ vim9script
 
 # Vim filetype plugin.
 # Language:     Haredoc (Hare documentation format)
-# Maintainer:   Amelia Clarke <[email protected]>
+# Maintainer:   Amelia Clarke <[email protected]> (invalid)
 # Last Updated: 2025 Sep 06
 # Upstream:     https://git.sr.ht/~sircmpwn/hare.vim
 
diff --git a/runtime/ftplugin/jjdescription.vim 
b/runtime/ftplugin/jjdescription.vim
index cc5d700a3..cba530a5c 100644
--- a/runtime/ftplugin/jjdescription.vim
+++ b/runtime/ftplugin/jjdescription.vim
@@ -1,6 +1,6 @@
 " Vim filetype plugin
 " Language:    jj description
-" Maintainer:  Gregory Anders <[email protected]>
+" Maintainer:  Gregory Anders <[email protected]> (invalid)
 " Last Change: 2024 May 8
 
 if exists('b:did_ftplugin')
diff --git a/runtime/ftplugin/mbsync.vim b/runtime/ftplugin/mbsync.vim
index f2d13effb..70fcfafb1 100644
--- 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 <[email protected]>
+" Maintainer:          Pierrick Guillaume <[email protected]> (invalid)
 " Last Change:         2025 Apr 13
 
 if (exists('b:did_ftplugin'))
diff --git a/runtime/ftplugin/scdoc.vim b/runtime/ftplugin/scdoc.vim
index 8225e437a..f90eef1b5 100644
--- a/runtime/ftplugin/scdoc.vim
+++ b/runtime/ftplugin/scdoc.vim
@@ -1,5 +1,5 @@
 " scdoc filetype plugin
-" Maintainer:  Gregory Anders <[email protected]>
+" Maintainer:  Gregory Anders <[email protected]> (invalid)
 " Last Updated:        2022 May 09
 "              2024 May 23 by Riley Bruins <[email protected]> 
('commentstring')
 " Upstream:    https://github.com/gpanders/vim-scdoc
diff --git a/runtime/indent/fennel.vim b/runtime/indent/fennel.vim
index e12aa18a8..1d78b33cc 100644
--- 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
index 4ebee6065..123b43219 100644
--- a/runtime/indent/glsl.vim
+++ b/runtime/indent/glsl.vim
@@ -1,5 +1,5 @@
 " Language: OpenGL Shading Language
-" Maintainer: Gregory Anders <[email protected]>
+" Maintainer: Gregory Anders <[email protected]> (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
index 84496348a..e2cc00418 100644
--- a/runtime/indent/hare.vim
+++ b/runtime/indent/hare.vim
@@ -2,7 +2,7 @@ vim9script
 
 # Vim indent file.
 # Language:    Hare
-# Maintainer:  Amelia Clarke <[email protected]>
+# Maintainer:  Amelia Clarke <[email protected]> (invalid)
 # Last Change: 2025 Sep 06
 # Upstream:    https://git.sr.ht/~sircmpwn/hare.vim
 
diff --git a/runtime/indent/java.vim b/runtime/indent/java.vim
index 49f8010d2..f2c31f9af 100644
--- a/runtime/indent/java.vim
+++ b/runtime/indent/java.vim
@@ -1,7 +1,7 @@
 " Vim indent file
 " Language:    Java
 " Previous Maintainer: Toby Allsopp <[email protected]>
-" Current Maintainer: Hong Xu <[email protected]>
+" Current Maintainer: Hong Xu <[email protected]> (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
index e8212b6d2..f3c8a9244 100644
--- a/runtime/syntax/dosini.vim
+++ b/runtime/syntax/dosini.vim
@@ -3,7 +3,7 @@
 " Version:                2.4
 " Original Author:        Sean M. McKee <[email protected]>
 " Previous Maintainer:    Nima Talebi <[email protected]>
-" Current Maintainer:     Hong Xu <[email protected]>
+" Current Maintainer:     Hong Xu <[email protected]> (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/editorconfig.vim b/runtime/syntax/editorconfig.vim
index 7f75ab628..a88f3c5da 100644
--- a/runtime/syntax/editorconfig.vim
+++ b/runtime/syntax/editorconfig.vim
@@ -1,6 +1,6 @@
 " Vim syntax file
 " Language:     EditorConfig
-" Maintainer:   Gregory Anders <[email protected]>
+" Maintainer:   Gregory Anders <[email protected]> (invalid)
 " Last Change:  2023-07-20
 
 if exists('b:current_syntax')
diff --git a/runtime/syntax/glsl.vim b/runtime/syntax/glsl.vim
index 06ffcba62..118465774 100644
--- a/runtime/syntax/glsl.vim
+++ b/runtime/syntax/glsl.vim
@@ -1,5 +1,5 @@
 " Language: OpenGL Shading Language
-" Maintainer: Gregory Anders <[email protected]>
+" Maintainer: Gregory Anders <[email protected]> (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
index 992b7b905..ec8d933f3 100644
--- a/runtime/syntax/hare.vim
+++ b/runtime/syntax/hare.vim
@@ -2,7 +2,7 @@ vim9script
 
 # Vim syntax file.
 # Language:    Hare
-# Maintainer:  Amelia Clarke <[email protected]>
+# Maintainer:  Amelia Clarke <[email protected]> (invalid)
 # Last Change: 2025 Sep 06
 # Upstream:    https://git.sr.ht/~sircmpwn/hare.vim
 
diff --git a/runtime/syntax/haredoc.vim b/runtime/syntax/haredoc.vim
index adf15bc3d..c04b19781 100644
--- a/runtime/syntax/haredoc.vim
+++ b/runtime/syntax/haredoc.vim
@@ -2,7 +2,7 @@ vim9script
 
 # Vim syntax file.
 # Language:    Haredoc (Hare documentation format)
-# Maintainer:  Amelia Clarke <[email protected]>
+# Maintainer:  Amelia Clarke <[email protected]> (invalid)
 # Last Change: 2025 Aug 14
 # Upstream:    https://git.sr.ht/~sircmpwn/hare.vim
 
diff --git a/runtime/syntax/jjdescription.vim b/runtime/syntax/jjdescription.vim
index bd1c6f22f..fb71934e7 100644
--- a/runtime/syntax/jjdescription.vim
+++ b/runtime/syntax/jjdescription.vim
@@ -1,6 +1,6 @@
 " Vim syntax file
 " Language:    jj description
-" Maintainer:  Gregory Anders <[email protected]>
+" Maintainer:  Gregory Anders <[email protected]> (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
index 7275d65c7..98e6b74d6 100644
--- a/runtime/syntax/mbsync.vim
+++ b/runtime/syntax/mbsync.vim
@@ -1,6 +1,6 @@
 " Vim syntax file
 " Language:    mbsyncrc
-" Maintainer:  Pierrick Guillaume  <[email protected]>
+" Maintainer:  Pierrick Guillaume  <[email protected]> (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
index 798b48f72..0e6ab8efa 100644
--- a/runtime/syntax/pacmanlog.vim
+++ b/runtime/syntax/pacmanlog.vim
@@ -1,6 +1,6 @@
 " Vim syntax file
 " Language: pacman.log
-" Maintainer: Ronan Pigott <[email protected]>
+" Maintainer: Ronan Pigott <[email protected]> (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
index 0180f3502..2812079ca 100644
--- a/runtime/syntax/scdoc.vim
+++ b/runtime/syntax/scdoc.vim
@@ -1,5 +1,5 @@
 " Syntax file for scdoc files
-" Maintainer: Gregory Anders <[email protected]>
+" Maintainer: Gregory Anders <[email protected]> (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
index bad0e26c4..8159cd341 100644
--- 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 <[email protected]>
+" Maintainer:  Ralph Giles <[email protected]> (invalid)
 " URL:         https://vuejs.org/v2/guide/single-file-components.html
 " Last Change: 2019 Jul 8
 

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1vb01L-007S2O-W5%40256bit.org.

Raspunde prin e-mail lui