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/cmacro.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/cmacro.vim')
| -rw-r--r-- | runtime/syntax/cmacro.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/cmacro.vim b/runtime/syntax/cmacro.vim index 1b6890db71..1d448f0d1b 100644 --- a/runtime/syntax/cmacro.vim +++ b/runtime/syntax/cmacro.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: C macro for C preprocessor -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Last Change: 2024 Dec 31 " modified from syntax/c.vim |
