diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-01-01 08:18:29 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2026-01-01 08:23:03 +0800 |
| commit | cabefb52ffd250b0d00d98b35495fe768acd49c1 (patch) | |
| tree | b82d9989be933000ee17d87e8d522cfb7fe8a0cc /runtime/compiler | |
| parent | 65e7aa92553f4d8a7f9907ce934e8ab5907b7df1 (diff) | |
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 (limited to 'runtime/compiler')
| -rw-r--r-- | runtime/compiler/hare.vim | 2 | ||||
| -rw-r--r-- | runtime/compiler/scdoc.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler/hare.vim b/runtime/compiler/hare.vim index 33edb3a281..410116d189 100644 --- 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 index 364ddc179c..374c0c302b 100644 --- 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 |
