From 80788dc9db8d092437fe98a01274bb7114f365aa Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 29 Jan 2026 08:21:56 +0800 Subject: [PATCH] vim-patch:b73565d: runtime(make): Declare syntax file orphaned closes: vim/vim#19267 https://github.com/vim/vim/commit/b73565d89dc2d4c37b70cd801408f78394137033 Co-authored-by: Roland Hieber --- runtime/syntax/make.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)