neovim 0.9.5-7 source package in Ubuntu

Changelog

neovim (0.9.5-7) unstable; urgency=medium

  [ Colin Watson ]
  * fix(fileio): fix off-by-one in rename_with_tmp
  * Revert "Explicitly downgrade _FORTIFY_SOURCE to 1"

  [ James McCoy ]
  * Use cmake+ninja buildsystem instead of overriding dh_auto_configure
  * Remove pkg-config Build-Depends

 -- James McCoy <email address hidden>  Sun, 24 Mar 2024 09:13:28 -0400

Upload details

Uploaded by:
Debian Vim Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Vim Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
neovim_0.9.5-7.dsc 2.9 KiB 89d7c2e2fbcbc284cd1fc7256d0c7a0dad47f4d531a5ce001e3a224b60716a69
neovim_0.9.5.orig.tar.xz 7.4 MiB b7b76435d748a0b3901ba1aba724d2bb49437ef0901961db723955762d0c77c7
neovim_0.9.5-7.debian.tar.xz 25.7 KiB c03ba9c86d51036e70f8bd9e63af614a9dcce36233f73dacfb87d33206af605c

No changes file available.

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.