diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-01-02 06:53:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-02 06:53:44 +0800 |
| commit | ab20681c5229df3dc7291c67bb5a944acb7d5f7f (patch) | |
| tree | 6fca80428bcd717731cd406074b68402a43069f3 /runtime/syntax/perl.vim | |
| parent | 1c96140b1a608020bfcee5f5ad73b2179e31b057 (diff) | |
vim-patch:62d8f3d: runtime: Revert several "mark invalid contact addresses" commits (#37192)
This reverts commits:
- 6b652a785033fd4164e049492a7327c1ed7c3e5f
- 2f689d5abde0ccddca9e20d8c93a0299bd054e32
- a025a46d4169587145fb54f04af349cd05cb6122
Several email addresses that are known to be valid caused bounces
due to an issue with my email setup. The previous commits incorrectly
marked these addresses as invalid. So revert the whole thing again.
https://github.com/vim/vim/commit/62d8f3dab5a0b30c31a8df86a973c5e59821a3f0
N/A patch:
vim-patch:2f689d5: runtime: mark more invalid email addresses
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/syntax/perl.vim')
| -rw-r--r-- | runtime/syntax/perl.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/perl.vim b/runtime/syntax/perl.vim index c5dced9b39..73f967a183 100644 --- a/runtime/syntax/perl.vim +++ b/runtime/syntax/perl.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Perl -" Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) +" Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) |
