]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (#13472)
authorJames McCoy <jamessan@jamessan.com>
Thu, 2 Nov 2023 19:12:29 +0000 (15:12 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 19:12:29 +0000 (20:12 +0100)
Signed-off-by: James McCoy <jamessan@debian.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/shared/debversions.vim

index e96b5584230032e374b4bde381030461276ddcd0..6c944cd4e1d7d49fb81c10333b4a5e49a58517c2 100644 (file)
@@ -1,7 +1,7 @@
 " Vim syntax file
 " Language:     Debian version information
 " Maintainer:   Debian Vim Maintainers
-" Last Change: 2023 Oct 11
+" Last Change: 2023 Nov 01
 " 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', 'lunar', 'mantic',
+      \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'lunar', 'mantic', 'noble',
       \ 'devel'
       \ ]
 let g:debSharedUnsupportedVersions = [