]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(debcontrol): add hurd-amd64 architecture to syntax script
authorChristian Brabandt <cb@256bit.org>
Fri, 13 Jun 2025 18:11:42 +0000 (20:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 13 Jun 2025 18:11:42 +0000 (20:11 +0200)
closes: #17525

Signed-off-by: Yuqian Yang <crupest@crupest.life>
Signed-off-by: James McCoy <jamessan@debian.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/debcontrol.vim

index ea82d85b039460ae90e1cbea90f2c7d57f44ae0c..b86d51bf66cad9bcde38af103b7647919ccaa09b 100644 (file)
@@ -4,6 +4,7 @@
 " Former Maintainers: Gerfried Fuchs <alfie@ist.org>
 "                     Wichert Akkerman <wakkerma@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'
       \ ]