neovim 0.9.5-6ubuntu2 source package in Ubuntu

Changelog

neovim (0.9.5-6ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:01:56 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
neovim_0.9.5.orig.tar.xz 7.4 MiB b7b76435d748a0b3901ba1aba724d2bb49437ef0901961db723955762d0c77c7
neovim_0.9.5-6ubuntu2.debian.tar.xz 25.8 KiB d71ef55860b8c230857eaeeb390b19ce15fe22cc7d09764921a8895c6f7810bd
neovim_0.9.5-6ubuntu2.dsc 2.7 KiB f4cb50189feb958c3eb7e37b6eb918b506c97d8dc81af018f716447f1844d545

Available diffs

View changes file

Binary packages built by this source

neovim: heavily refactored vim fork

 Neovim is a fork of Vim focused on modern code and features, rather than
 running in legacy environments.
 .
 msgpack API enables structured communication to/from any programming language.
 Remote plugins run as co-processes that communicate with Neovim safely and
 asynchronously.
 .
 GUIs (or TUIs) can easily embed Neovim or communicate via TCP sockets using
 the discoverable msgpack API.

neovim-dbgsym: debug symbols for neovim
neovim-runtime: heavily refactored vim fork (runtime files)

 Neovim is a fork of Vim focused on modern code and features, rather than
 running in legacy environments.
 .
 This package contains the architecture independent runtime files used by
 neovim. Examples of such files are: documentation, rules for
 language-specific highlighting and indentation, color schemes, and standard
 plugins.