neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 80cf1ee2c5a0a4b68d0a21916a7ebd7f723fb6b7
parent 4c32927084dc491e47abffefdc7ac81eefc7b951
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Fri,  3 Nov 2023 00:20:37 +0100

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>

Diffstat:
Mruntime/syntax/shared/debversions.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 = [