Package: vim-runtime
Version: 2:8.1.0229-1
Severity: wishlist
Tags: patch

Dear maintainer,

when using riscv64 in the Architecture field in debian/control, vim
highlights it as invalid (red background).
Please add riscv64 to the list of recognized architectures, like in
the attached patch.

Kind regards,
   Reiner
From 1185f23f3fad895f1d1bfb5a54d02ae7d285ef7d Mon Sep 17 00:00:00 2001
From: Reiner Herrmann <[email protected]>
Date: Sat, 4 Aug 2018 16:27:47 +0200
Subject: [PATCH] Add riscv64 to supported architectures in debcontrol syntax
 highlighting

---
 runtime/syntax/debcontrol.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/syntax/debcontrol.vim b/runtime/syntax/debcontrol.vim
index e630373c7..ae0457c91 100644
--- a/runtime/syntax/debcontrol.vim
+++ b/runtime/syntax/debcontrol.vim
@@ -30,7 +30,7 @@ let s:kernels = ['linux', 'hurd', 'kfreebsd', 'knetbsd', 'kopensolaris', 'netbsd
 let s:archs = [
       \ 'alpha', 'amd64', 'armeb', 'armel', 'armhf', 'arm64', 'avr32', 'hppa'
       \, 'i386', 'ia64', 'lpia', 'm32r', 'm68k', 'mipsel', 'mips64el', 'mips'
-      \, 'powerpcspe', 'powerpc', 'ppc64el', 'ppc64', 's390x', 's390', 'sh3eb'
+      \, 'powerpcspe', 'powerpc', 'ppc64el', 'ppc64', 'riscv64', 's390x', 's390', 'sh3eb'
       \, 'sh3', 'sh4eb', 'sh4', 'sh', 'sparc64', 'sparc', 'x32'
       \ ]
 let s:pairs = [
-- 
2.18.0

Attachment: signature.asc
Description: PGP signature

Reply via email to