]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(make): Declare syntax file orphaned
authorRoland Hieber <rohieb@rohieb.name>
Wed, 28 Jan 2026 18:54:48 +0000 (18:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 28 Jan 2026 18:54:48 +0000 (18:54 +0000)
closes: #19267

Signed-off-by: Roland Hieber <rohieb@rohieb.name>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/syntax/make.vim

index e139c449e620ae9780c82c9305ddea1d7bae90c1..5b7b66f74fd2c702fd08466910d2fee70d1e7895 100644 (file)
@@ -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
index 8af09954be1e142c74347779b3302704848254a5..0e973237a5be7ac0dbbe6c90ab4e30068c302abf 100644 (file)
@@ -1,7 +1,7 @@
 " Vim syntax file
 " Language:    Makefile
-" Maintainer:  Roland Hieber <rohieb+vim-iR0jGdkV@rohieb.name>, <https://github.com/rohieb>
-" Previous Maintainer: Claudio Fleiner <claudio@fleiner.com>
+" Maintainer:  This runtime file is looking for a new maintainer.
+" Previous Maintainer: Claudio Fleiner <claudio@fleiner.com>, Roland Hieber <https://github.com/rohieb>
 " 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)