Skip to content

Commit d535e58

Browse files
jamessanchrisbra
authored andcommitted
runtime(debversions): Add resolute (26.04) as Ubuntu release name
closes: #18637 Signed-off-by: James McCoy <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent b32da7d commit d535e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/syntax/shared/debversions.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: Debian version information
33
" Maintainer: Debian Vim Maintainers
4-
" Last Change: 2025 Aug 26
4+
" Last Change: 2025 Oct 26
55
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
66

77
let s:cpo = &cpo
@@ -12,7 +12,7 @@ let g:debSharedSupportedVersions = [
1212
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
1313
\ 'bookworm', 'trixie', 'forky', 'duke',
1414
\
15-
\ 'jammy', 'noble', 'plucky', 'questing',
15+
\ 'jammy', 'noble', 'plucky', 'questing', 'resolute',
1616
\ 'devel'
1717
\ ]
1818
" Historic version names, no longer under standard support

0 commit comments

Comments
 (0)