diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-03-31 21:54:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-31 21:54:02 +0800 |
commit | 089c28b1e84f17ffb3b16df78d768e5d4a89d835 (patch) | |
tree | bea7d87e7b062ee5cb067790b07956c6987e0f51 | |
parent | 216cc893bf1b3aa755e1e26243d1f438d5ebb0ca (diff) | |
download | rneovim-089c28b1e84f17ffb3b16df78d768e5d4a89d835.tar.gz rneovim-089c28b1e84f17ffb3b16df78d768e5d4a89d835.tar.bz2 rneovim-089c28b1e84f17ffb3b16df78d768e5d4a89d835.zip |
vim-patch:649a237: runtime(debversions): Add release name for Debian 15 - duke (#33207)
https://lists.debian.org/debian-devel-announce/2025/01/msg00004.html
closes: vim/vim#17010
https://github.com/vim/vim/commit/649a237bc886a2b702e95d5d45f661d8db6025f8
Co-authored-by: James McCoy <jamessan@jamessan.com>
-rw-r--r-- | runtime/syntax/shared/debversions.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim index 404a0a49e3..644fb22924 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' |