runtime(debversions): Add plucky (25.04) as Ubuntu release name
Commit:
https://github.com/vim/vim/commit/6be21b937db1c088c4d191e4569989eb078adb45
Author: Simon Quigley <[email protected]>
Date: Thu Oct 31 10:17:08 2024 +0100
runtime(debversions): Add plucky (25.04) as Ubuntu release name
closes: https://github.com/vim/vim/issues/15882
Signed-off-by: Simon Quigley <[email protected]>
Signed-off-by: James McCoy <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/syntax/shared/debversions.vim
b/runtime/syntax/shared/debversions.vim
index 56f18b969..a3ad0b262 100644
--- a/runtime/syntax/shared/debversions.vim
+++ b/runtime/syntax/shared/debversions.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Debian version information
" Maintainer: Debian Vim Maintainers
-" Last Change: 2024 May 25
+" Last Change: 2024 Oct 31
" URL:
https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
let s:cpo = &cpo
@@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid',
'rc-buggy',
\ 'bullseye', 'bookworm', 'trixie', 'forky',
\
- \ 'focal', 'jammy', 'mantic', 'noble', 'oracular',
+ \ 'focal', 'jammy', 'mantic', 'noble', 'oracular', 'plucky',
\ 'devel'
\ ]
let g:debSharedUnsupportedVersions = [
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1t6RVC-002sPa-IQ%40256bit.org.