runtime(debversions): Add stonking (26.10) as Ubuntu release name
Commit:
https://github.com/vim/vim/commit/ff9fd819aeca68b55c013af78edec6da7e269a8f
Author: Guilherme Puida Moreira <
guil...@puida.xyz>
Date: Thu May 21 19:34:20 2026 +0000
runtime(debversions): Add stonking (26.10) as Ubuntu release name
closes:
https://github.com/vim/vim/issues/20282
Signed-off-by: Guilherme Puida Moreira <
guil...@puida.xyz>
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 2548ddd35..e6982803a 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: 2026 Jan 01
+" Last Change: 2026 May 21
" 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', 'questing', 'resolute',
+ \ 'jammy', 'noble', 'questing', 'resolute', 'stonking',
\ 'devel'
\ ]
" Historic version names, no longer under standard support