]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(deb822sources): add missing Enabled field in syntax script
authorKentaro Hayashi <kenhys@gmail.com>
Mon, 10 Jun 2024 16:21:26 +0000 (18:21 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 10 Jun 2024 16:22:31 +0000 (18:22 +0200)
commitb8076f92a1a1a12101ab8288e9e173e687afecff
tree42f3bdd5c4d51d3a865f4fefb597ebb3df39cff9
parent7e9a1a75b80c73b1dbe83adb69c9708aa2f0bc4d
runtime(deb822sources): add missing Enabled field in syntax script

closes: #14898

It lacks the support of Enabled: boolean option field [1]:

e.g.

  Types: deb
  Uris: https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/
  Components: main
  Suites: vscodium
  Architectures: amd64 i386 arm64 armhf
  Enabled: yes
Signed-By: /var/lib/extrepo/keys/vscodium.asc
This patch was also forwarded to upstream. [2]

[1] https://manpages.debian.org/unstable/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT
[2] https://salsa.debian.org/vim-team/vim-debian/-/merge_requests/16

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/deb822sources.vim