Skip to content

Commit 2b89afd

Browse files
authored
runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (#13472)
Signed-off-by: James McCoy <jamessan@debian.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 43cb8e1 commit 2b89afd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/syntax/shared/debversions.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: Debian version information
33
" Maintainer: Debian Vim Maintainers
4-
" Last Change: 2023 Oct 11
4+
" Last Change: 2023 Nov 01
55
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/syntax/shared/debversions.vim
66

77
let s:cpo = &cpo
@@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [
1111
\ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
1212
\ 'bullseye', 'bookworm', 'trixie', 'forky',
1313
\
14-
\ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'lunar', 'mantic',
14+
\ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'lunar', 'mantic', 'noble',
1515
\ 'devel'
1616
\ ]
1717
let g:debSharedUnsupportedVersions = [

0 commit comments

Comments
 (0)