neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 80788dc9db8d092437fe98a01274bb7114f365aa
parent 78961f0bb4b573f3c7c1a8c7a528a04ec7e407ef
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu, 29 Jan 2026 08:21:56 +0800

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 <rohieb@rohieb.name>

Diffstat:
Mruntime/syntax/make.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/syntax/make.vim b/runtime/syntax/make.vim @@ -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)