runtime(debversions): Update Debian versions
Commit:
https://github.com/vim/vim/commit/9dadfe7a5205180941dbce3648a00422d32bb63d
Author: James McCoy <[email protected]>
Date: Mon Nov 4 19:48:37 2024 +0100
runtime(debversions): Update Debian versions
- Move mantic to unsupported
- Reorder names to maintain alphabetic order
- Bump date to submit upstream
closes: #15991
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 a3ad0b262..404a0a49e 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 Oct 31
+" Last Change: 2024 Nov 04
" 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', 'plucky',
+ \ 'focal', 'jammy', 'noble', 'oracular', 'plucky',
\ 'devel'
\ ]
let g:debSharedUnsupportedVersions = [
@@ -23,8 +23,8 @@ let g:debSharedUnsupportedVersions = [
\ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid',
\ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring',
'saucy',
\ 'trusty', 'utopic', 'vivid', 'wily', 'xenial', 'yakkety', 'zesty',
- \ 'artful', 'bionic', 'cosmic', 'disco', 'eoan', 'hirsute',
- \ 'impish', 'kinetic', 'lunar', 'groovy'
+ \ 'artful', 'bionic', 'cosmic', 'disco', 'eoan', 'groovy',
+ \ 'hirsute', 'impish', 'kinetic', 'lunar', 'mantic',
\ ]
let &cpo=s:cpo
--
--
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/E1t82J3-00E9Uo-H5%40256bit.org.