runtime(debcontrol): add hurd-amd64 architecture to syntax script Commit: https://github.com/vim/vim/commit/1ded411a41a7b2d3bd4bc01f499db4a5aa5b0bc2 Author: Christian Brabandt <c...@256bit.org> Date: Fri Jun 13 20:11:42 2025 +0200
runtime(debcontrol): add hurd-amd64 architecture to syntax script closes: https://github.com/vim/vim/issues/17525 Signed-off-by: Yuqian Yang <crup...@crupest.life> Signed-off-by: James McCoy <james...@debian.org> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/syntax/debcontrol.vim b/runtime/syntax/debcontrol.vim index ea82d85b0..b86d51bf6 100644 --- a/runtime/syntax/debcontrol.vim +++ b/runtime/syntax/debcontrol.vim @@ -4,6 +4,7 @@ " Former Maintainers: Gerfried Fuchs <al...@ist.org> " Wichert Akkerman <wakke...@debian.org> " Last Change: 2024 Mar 26 +" 2025 Jun 13 by Vim Project (add hurd-amd64 arch #17525) " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/debcontrol.vim " Standard syntax initialization @@ -34,7 +35,7 @@ let s:archs = [ \, 'sh3', 'sh4eb', 'sh4', 'sh', 'sparc64', 'sparc', 'x32' \ ] let s:pairs = [ - \ 'hurd-i386', 'kfreebsd-i386', 'kfreebsd-amd64', 'knetbsd-i386' + \ 'hurd-i386', 'hurd-amd64', 'kfreebsd-i386', 'kfreebsd-amd64', 'knetbsd-i386' \, 'kopensolaris-i386', 'netbsd-alpha', 'netbsd-i386' \ ] -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uQ8vi-0007Bn-DY%40256bit.org.