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/ftplugin/dts.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/ftplugin/dts.vim')
| -rw-r--r-- | runtime/ftplugin/dts.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/dts.vim b/runtime/ftplugin/dts.vim index 70df609543..346ff94704 100644 --- a/runtime/ftplugin/dts.vim +++ b/runtime/ftplugin/dts.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: dts/dtsi (device tree files) -" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> (invalid) +" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Latest Revision: 2024 Apr 12 " 2024 Jun 02 by Riley Bruins <ribru17@gmail.com> ('commentstring') |
