From: Roland Hieber Date: Wed, 28 Jan 2026 18:54:48 +0000 (+0000) Subject: runtime(make): Declare syntax file orphaned X-Git-Tag: v9.1.2111~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73565d89dc2d4c37b70cd801408f78394137033;p=thirdparty%2Fvim.git runtime(make): Declare syntax file orphaned closes: #19267 Signed-off-by: Roland Hieber Signed-off-by: Christian Brabandt --- diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS index e139c449e6..5b7b66f74f 100644 --- a/.github/MAINTAINERS +++ b/.github/MAINTAINERS @@ -586,7 +586,6 @@ runtime/syntax/m17ndb.vim @dseomn runtime/syntax/m3build.vim @dkearns runtime/syntax/m3quake.vim @dkearns runtime/syntax/mailcap.vim @dkearns -runtime/syntax/make.vim @rohieb runtime/syntax/mallard.vim @jhradilek runtime/syntax/markdown.vim @tpope runtime/syntax/mbsync.vim @fymyte diff --git a/runtime/syntax/make.vim b/runtime/syntax/make.vim index 8af09954be..0e973237a5 100644 --- a/runtime/syntax/make.vim +++ b/runtime/syntax/make.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Makefile -" Maintainer: Roland Hieber , -" Previous Maintainer: Claudio Fleiner +" Maintainer: This runtime file is looking for a new maintainer. +" Previous Maintainer: Claudio Fleiner , Roland Hieber " URL: https://github.com/vim/vim/blob/master/runtime/syntax/make.vim " Last Change: 2022 Nov 06 " 2025 Apr 15 by Vim project: rework Make flavor detection (#17089)