runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (#13472)
Commit: https://github.com/vim/vim/commit/2b89afd5eb63864154d973e7991a56a53b87a767 Author: James McCoy <[email protected]> Date: Thu Nov 2 15:12:29 2023 -0400 runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (https://github.com/vim/vim/issues/13472) Signed-off-by: James McCoy <[email protected]> Signed-off-by: Christian Brabandt <[email protected]> diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim index e96b55842..6c944cd4e 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: 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 = [ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1qyd9o-00HaLO-B7%40256bit.org.
