From d5cc8ee0fa3e952492aed0c2f7e97586a0a87ab7 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Thu, 25 Jul 2024 20:54:10 +0200 Subject: [PATCH] runtime(progress): Update maintainer info The Progress syntax file was last updated eight years ago, and the header information twelve years ago. Attempts to contact the last known maintainer at the email address listed in the file header (with the spam-prevention characters removed) produced a delivery failure notification stating that the address did not exist. I intend to submit some minor improvements to this file. Per [1], I will assume maintainership of it for the time being. related: #15339 Signed-off-by: Daniel Smith Signed-off-by: Christian Brabandt [1]: https://groups.google.com/g/vim_dev/c/I3pOKIOgM4A/m/pekGQB_lBwAJ --- .github/MAINTAINERS | 1 + runtime/syntax/progress.vim | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS index 7ec5433a2b..0c5c3d6272 100644 --- a/.github/MAINTAINERS +++ b/.github/MAINTAINERS @@ -510,6 +510,7 @@ runtime/syntax/pod.vim @petdance runtime/syntax/poefilter.vim @ObserverOfTime runtime/syntax/postscr.vim @mrdubya runtime/syntax/privoxy.vim @dkearns +runtime/syntax/progress.vim @rdnlsmith runtime/syntax/prolog.vim @XVilka runtime/syntax/ps1.vim @heaths runtime/syntax/ps1xml.vim @heaths diff --git a/runtime/syntax/progress.vim b/runtime/syntax/progress.vim index 5e7cfef299..2227fbec2a 100644 --- a/runtime/syntax/progress.vim +++ b/runtime/syntax/progress.vim @@ -3,7 +3,8 @@ " Filename extensions: *.p (collides with Pascal), " *.i (collides with assembler) " *.w (collides with cweb) -" Maintainer: Philip Uren Remove SPAXY spam block +" Maintainer: Daniel Smith +" Previous Maintainer: Philip Uren Remove SPAXY spam block " Contributors: Matthew Stickney " Chris Ruprecht " Mikhail Kuperblum