mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:6be21b9: runtime(debversions): Add plucky (25.04) as Ubuntu release name
closes: vim/vim#15882
6be21b937d
Co-authored-by: Simon Quigley <tsimonq2@ubuntu.com>
This commit is contained in:
parent
82e5066a7f
commit
0a1eeb90cb
@ -1,7 +1,7 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Debian version information
|
" Language: Debian version information
|
||||||
" Maintainer: Debian Vim Maintainers
|
" 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
|
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
|
||||||
|
|
||||||
let s:cpo = &cpo
|
let s:cpo = &cpo
|
||||||
@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [
|
|||||||
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
|
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
|
||||||
\ 'bullseye', 'bookworm', 'trixie', 'forky',
|
\ 'bullseye', 'bookworm', 'trixie', 'forky',
|
||||||
\
|
\
|
||||||
\ 'focal', 'jammy', 'mantic', 'noble', 'oracular',
|
\ 'focal', 'jammy', 'mantic', 'noble', 'oracular', 'plucky',
|
||||||
\ 'devel'
|
\ 'devel'
|
||||||
\ ]
|
\ ]
|
||||||
let g:debSharedUnsupportedVersions = [
|
let g:debSharedUnsupportedVersions = [
|
||||||
|
Loading…
Reference in New Issue
Block a user