aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-04-27 12:26:18 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-04-27 13:08:12 +0200
commit499070148d8020e1da21b137a94d0aa31a5b65f4 (patch)
tree99669fa6306f3e05353021c0829f44fff9f49326
parent41ceadd4587f5fe3e44a7e150d5624bac8af3519 (diff)
downloadrneovim-499070148d8020e1da21b137a94d0aa31a5b65f4.tar.gz
rneovim-499070148d8020e1da21b137a94d0aa31a5b65f4.tar.bz2
rneovim-499070148d8020e1da21b137a94d0aa31a5b65f4.zip
vim-patch:92917069b1a8
runtime(debversions): Add oracular (24.10) as Ubuntu release name closes: vim/vim#14645 https://github.com/vim/vim/commit/92917069b1a89e0e6c253a585dfe0a19cc2c0699 Co-authored-by: Simon Quigley <simon@tsimonq2.net>
-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 4aec246e27..e18eca96b1 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 Jan 25
+" Last Change: 2024 Apr 27
" 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',
\
- \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble',
+ \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble', 'oracular',
\ 'devel'
\ ]
let g:debSharedUnsupportedVersions = [