0
0
mirror of https://github.com/vim/vim.git synced 2025-11-13 22:54:27 -05:00

runtime(debversions): Add resolute (26.04) as Ubuntu release name

closes: #18637

Signed-off-by: James McCoy <jamessan@jamessan.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
James McCoy
2025-10-26 13:24:04 +00:00
committed by Christian Brabandt
parent b32da7de63
commit d535e5852b

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