neovim

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

commit e324ab2b6bc2923dbdeccc6418758b47626149f0
parent 8090dcf49493cc8f2352d0e92a0c7a2cae65da54
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Fri, 25 Apr 2025 19:35:45 +0200

vim-patch:35cfc3d: runtime(debversions): Add questing (25.10) as Ubuntu release name

closes: vim/vim#17201

https://github.com/vim/vim/commit/35cfc3d3c449eaee97ba2c32cca76134136de5ec

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: 2025 Mar 29 +" Last Change: 2025 Apr 24 " 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', 'duke', \ - \ 'focal', 'jammy', 'noble', 'oracular', 'plucky', + \ 'focal', 'jammy', 'noble', 'oracular', 'plucky', 'questing', \ 'devel' \ ] let g:debSharedUnsupportedVersions = [