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/wml.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/wml.vim')
| -rw-r--r-- | runtime/syntax/wml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/wml.vim b/runtime/syntax/wml.vim index 4a9ca459c3..73bf822e40 100644 --- a/runtime/syntax/wml.vim +++ b/runtime/syntax/wml.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: WML - Website MetaLanguage -" Maintainer: Gerfried Fuchs <alfie@ist.org> (invalid) +" Maintainer: Gerfried Fuchs <alfie@ist.org> " Filenames: *.wml " Last Change: 07 Feb 2002 " URL: http://alfie.ist.org/software/vim/syntax/wml.vim |
