vim-patch:d535e58: runtime(debversions): Add resolute (26.04) as Ubuntu release name (#36345)

closes: vim/vim#18637

d535e5852b

Co-authored-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
zeertzjq
2025-10-27 11:05:57 +08:00
committed by GitHub
parent db35dd6734
commit 3bbab42a8d

View File

@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Debian version information
" Maintainer: Debian Vim Maintainers
" Last Change: 2025 Aug 26
" Last Change: 2025 Oct 26
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
let s:cpo = &cpo
@@ -12,7 +12,7 @@ let g:debSharedSupportedVersions = [
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
\ 'bookworm', 'trixie', 'forky', 'duke',
\
\ 'jammy', 'noble', 'plucky', 'questing',
\ 'jammy', 'noble', 'plucky', 'questing', 'resolute',
\ 'devel'
\ ]
" Historic version names, no longer under standard support