Skip to content

Commit 6be21b9

Browse files
tsimonq2chrisbra
authored andcommitted
runtime(debversions): Add plucky (25.04) as Ubuntu release name
closes: #15882 Signed-off-by: Simon Quigley <[email protected]> Signed-off-by: James McCoy <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 79f6ffd commit 6be21b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/syntax/shared/debversions.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: Debian version information
33
" Maintainer: Debian Vim Maintainers
4-
" Last Change: 2024 May 25
4+
" Last Change: 2024 Oct 31
55
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
66

77
let s:cpo = &cpo
@@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [
1111
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
1212
\ 'bullseye', 'bookworm', 'trixie', 'forky',
1313
\
14-
\ 'focal', 'jammy', 'mantic', 'noble', 'oracular',
14+
\ 'focal', 'jammy', 'mantic', 'noble', 'oracular', 'plucky',
1515
\ 'devel'
1616
\ ]
1717
let g:debSharedUnsupportedVersions = [

0 commit comments

Comments
 (0)