vim-patch:649a237: runtime(debversions): Add release name for Debian 15 - duke (#33207)

https://lists.debian.org/debian-devel-announce/2025/01/msg00004.html

closes: vim/vim#17010

649a237bc8

Co-authored-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
zeertzjq
2025-03-31 21:54:02 +08:00
committed by GitHub
parent 216cc893bf
commit 089c28b1e8

View File

@@ -1,7 +1,7 @@
" Vim syntax file " Vim syntax file
" Language: Debian version information " Language: Debian version information
" Maintainer: Debian Vim Maintainers " Maintainer: Debian Vim Maintainers
" Last Change: 2024 Nov 04 " Last Change: 2025 Mar 29
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
let s:cpo = &cpo let s:cpo = &cpo
@@ -9,7 +9,7 @@ set cpo-=C
let g:debSharedSupportedVersions = [ let g:debSharedSupportedVersions = [
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy', \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
\ 'bullseye', 'bookworm', 'trixie', 'forky', \ 'bullseye', 'bookworm', 'trixie', 'forky', 'duke',
\ \
\ 'focal', 'jammy', 'noble', 'oracular', 'plucky', \ 'focal', 'jammy', 'noble', 'oracular', 'plucky',
\ 'devel' \ 'devel'