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/tasm.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/tasm.vim')
| -rw-r--r-- | runtime/syntax/tasm.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/tasm.vim b/runtime/syntax/tasm.vim index 0ac5fa3033..b8b5e6992b 100644 --- a/runtime/syntax/tasm.vim +++ b/runtime/syntax/tasm.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: TASM: turbo assembler by Borland -" Maintainer: FooLman of United Force <foolman@bigfoot.com> (invalid) +" Maintainer: FooLman of United Force <foolman@bigfoot.com> " Last Change: 2012 Feb 03 by Thilo Six, and 2018 Nov 27. " quit when a syntax file was already loaded |
