From d535e5852b931e607a40217f3bb5b08b781d0c8a Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 26 Oct 2025 13:24:04 +0000 Subject: [PATCH] runtime(debversions): Add resolute (26.04) as Ubuntu release name closes: #18637 Signed-off-by: James McCoy Signed-off-by: Christian Brabandt --- runtime/syntax/shared/debversions.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim index 6ba7a0f7d3..1ba6c7a99f 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 -- 2.47.3