commit 3bbab42a8dcd79756c86116025e33632b6034221
parent db35dd673479f7c3696aecd7de83499c2f06e847
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 27 Oct 2025 11:05:57 +0800
vim-patch:d535e58: runtime(debversions): Add resolute (26.04) as Ubuntu release name (#36345)
closes: vim/vim#18637
https://github.com/vim/vim/commit/d535e5852b931e607a40217f3bb5b08b781d0c8a
Co-authored-by: James McCoy <jamessan@jamessan.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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