diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-11-04 20:04:32 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2024-11-05 08:31:19 +0100 |
commit | 9ee1c87591ea1bfe43806d8c143cf872ae58f937 (patch) | |
tree | 92bec74e0078b7826d262b5b0dd901a6a9bb995e | |
parent | f5b84c1a44069af70a3f0c3330e7cc25b224ad93 (diff) | |
download | rneovim-9ee1c87591ea1bfe43806d8c143cf872ae58f937.tar.gz rneovim-9ee1c87591ea1bfe43806d8c143cf872ae58f937.tar.bz2 rneovim-9ee1c87591ea1bfe43806d8c143cf872ae58f937.zip |
vim-patch:9dadfe7: runtime(debversions): Update Debian versions
- Move mantic to unsupported
- Reorder names to maintain alphabetic order
- Bump date to submit upstream
closes: vim/vim#15991
https://github.com/vim/vim/commit/9dadfe7a5205180941dbce3648a00422d32bb63d
Co-authored-by: James McCoy <jamessan@jamessan.com>
-rw-r--r-- | runtime/syntax/shared/debversions.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim index a3ad0b2624..404a0a49e3 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 |