runtime(debversions): Add release name for Debian 15 - duke Commit: https://github.com/vim/vim/commit/649a237bc886a2b702e95d5d45f661d8db6025f8 Author: James McCoy <james...@jamessan.com> Date: Sun Mar 30 15:05:46 2025 +0200
runtime(debversions): Add release name for Debian 15 - duke https://lists.debian.org/debian-devel-announce/2025/01/msg00004.html closes: #17010 Signed-off-by: James McCoy <james...@debian.org> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim index 404a0a49e..644fb2292 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: 2024 Nov 04 +" Last Change: 2025 Mar 29 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim let s:cpo = &cpo @@ -9,7 +9,7 @@ set cpo-=C let g:debSharedSupportedVersions = [ \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy', - \ 'bullseye', 'bookworm', 'trixie', 'forky', + \ 'bullseye', 'bookworm', 'trixie', 'forky', 'duke', \ \ 'focal', 'jammy', 'noble', 'oracular', 'plucky', \ 'devel' -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tysRr-007Ono-9V%40256bit.org.