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

0 views
Skip to first unread message

Christian Brabandt

unread,
Oct 26, 2025, 9:30:22 AMOct 26
to vim...@googlegroups.com
runtime(debversions): Add resolute (26.04) as Ubuntu release name

Commit: https://github.com/vim/vim/commit/d535e5852b931e607a40217f3bb5b08b781d0c8a
Author: James McCoy <jame...@jamessan.com>
Date: Sun Oct 26 13:24:04 2025 +0000

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

closes: https://github.com/vim/vim/issues/18637

Signed-off-by: James McCoy <jame...@jamessan.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim
index 6ba7a0f7d..1ba6c7a99 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: 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
Reply all
Reply to author
Forward
0 new messages