diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-11-03 00:20:37 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-11-03 10:04:55 +0100 |
commit | 80cf1ee2c5a0a4b68d0a21916a7ebd7f723fb6b7 (patch) | |
tree | 629000c12eedbb9dcfdef3f6657a86bad7ece329 | |
parent | 4c32927084dc491e47abffefdc7ac81eefc7b951 (diff) | |
download | rneovim-80cf1ee2c5a0a4b68d0a21916a7ebd7f723fb6b7.tar.gz rneovim-80cf1ee2c5a0a4b68d0a21916a7ebd7f723fb6b7.tar.bz2 rneovim-80cf1ee2c5a0a4b68d0a21916a7ebd7f723fb6b7.zip |
vim-patch:2b89afd5eb63
runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (vim/vim#13472)
https://github.com/vim/vim/commit/2b89afd5eb63864154d973e7991a56a53b87a767
Co-authored-by: James McCoy <jamessan@jamessan.com>
-rw-r--r-- | runtime/syntax/shared/debversions.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/shared/debversions.vim b/runtime/syntax/shared/debversions.vim index e96b558423..6c944cd4e1 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 = [ |