aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-10-31 10:35:52 +0100
committerChristian Clason <ch.clason+github@icloud.com>2024-10-31 11:47:25 +0100
commit0a1eeb90cb9a71c0790be2963c8ea054f2b1651b (patch)
treec072ff85ce821d882c9d055c9b78478439e1c13d
parent82e5066a7f8606dc677271049ead4829eb57935a (diff)
downloadrneovim-0a1eeb90cb9a71c0790be2963c8ea054f2b1651b.tar.gz
rneovim-0a1eeb90cb9a71c0790be2963c8ea054f2b1651b.tar.bz2
rneovim-0a1eeb90cb9a71c0790be2963c8ea054f2b1651b.zip
vim-patch:6be21b9: runtime(debversions): Add plucky (25.04) as Ubuntu release name
closes: vim/vim#15882 https://github.com/vim/vim/commit/6be21b937db1c088c4d191e4569989eb078adb45 Co-authored-by: Simon Quigley <tsimonq2@ubuntu.com>
-rw-r--r--runtime/syntax/shared/debversions.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim
index 56f18b969a..a3ad0b2624 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 May 25
+" Last Change: 2024 Oct 31
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
let s:cpo = &cpo
@@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
\ 'bullseye', 'bookworm', 'trixie', 'forky',
\
- \ 'focal', 'jammy', 'mantic', 'noble', 'oracular',
+ \ 'focal', 'jammy', 'mantic', 'noble', 'oracular', 'plucky',
\ 'devel'
\ ]
let g:debSharedUnsupportedVersions = [