Skip to content

Commit a025a46

Browse files
committed
runtime: mark more invalid email addresses
Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 2f689d5 commit a025a46

25 files changed

+25
-25
lines changed

runtime/autoload/hare.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vim9script
22

33
# Helper functions for Hare.
44
# Language: Hare
5-
# Maintainer: Amelia Clarke <selene@perilune.dev>
5+
# Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
66
# Last Updated: 2025 Sep 06
77
# Upstream: https://git.sr.ht/~sircmpwn/hare.vim
88

runtime/compiler/hare.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vim9script
22

33
# Vim compiler file.
44
# Compiler: Hare
5-
# Maintainer: Amelia Clarke <selene@perilune.dev>
5+
# Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
66
# Last Change: 2025 Sep 06
77
# Upstream: https://git.sr.ht/~sircmpwn/hare.vim
88

runtime/compiler/scdoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" scdoc compiler for Vim
22
" Compiler: scdoc
3-
" Maintainer: Gregory Anders <contact@gpanders.com>
3+
" Maintainer: Gregory Anders <contact@gpanders.com> (invalid)
44
" Last Updated: 2019-10-24
55
" 2024 Apr 05 by The Vim Project (removed :CompilerSet definition)
66
" Upstream: https://github.com/gpanders/vim-scdoc

runtime/ftplugin/bitbake.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Vim filetype plugin file
22
" Language: Bitbake
3-
" Maintainer: Gregory Anders <greg@gpanders.com>
3+
" Maintainer: Gregory Anders <greg@gpanders.com> (invalid)
44
" Repository: https://github.com/openembedded/bitbake
55
" Latest Revision: 2022-07-23
66
" 2024-05-23 by Riley Bruins <ribru17@gmail.com> ('commentstring')

runtime/ftplugin/bp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Blueprint build system filetype plugin file
22
" Language: Blueprint
3-
" Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr>
3+
" Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr> (invalid)
44
" Latest Revision: 2024-04-19
55

66
if exists("b:did_ftplugin")

runtime/ftplugin/fennel.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Vim filetype plugin file
22
" Language: Fennel
3-
" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com>
3+
" Maintainer: Gregory Anders <greg[NOSPAM]@gpanders.com> (invalid)
44
" Last Update: 2023 Jun 9
55
" 2024 May 24 by Riley Bruins <ribru17@gmail.com> ('commentstring')
66

runtime/ftplugin/hare.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vim9script
22

33
# Vim filetype plugin.
44
# Language: Hare
5-
# Maintainer: Amelia Clarke <selene@perilune.dev>
5+
# Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
66
# Last Updated: 2025 Sep 06
77
# Upstream: https://git.sr.ht/~sircmpwn/hare.vim
88

runtime/ftplugin/haredoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vim9script
22

33
# Vim filetype plugin.
44
# Language: Haredoc (Hare documentation format)
5-
# Maintainer: Amelia Clarke <selene@perilune.dev>
5+
# Maintainer: Amelia Clarke <selene@perilune.dev> (invalid)
66
# Last Updated: 2025 Sep 06
77
# Upstream: https://git.sr.ht/~sircmpwn/hare.vim
88

runtime/ftplugin/jjdescription.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Vim filetype plugin
22
" Language: jj description
3-
" Maintainer: Gregory Anders <greg@gpanders.com>
3+
" Maintainer: Gregory Anders <greg@gpanders.com> (invalid)
44
" Last Change: 2024 May 8
55

66
if exists('b:did_ftplugin')

runtime/ftplugin/mbsync.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" Vim filetype plugin file
22
" Language: mbsync configuration file
3-
" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com>
3+
" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> (invalid)
44
" Last Change: 2025 Apr 13
55

66
if (exists('b:did_ftplugin'))

0 commit comments

Comments
 (0)