neovim 0.7.2-5 source package in Ubuntu

Changelog

neovim (0.7.2-5) unstable; urgency=medium

  * Add explicit Build-Depends on lua-mpack (Closes: #1027821)
  * Backport patch to fix flakiness in job_spec's "append environment" tests

 -- James McCoy <email address hidden>  Mon, 09 Jan 2023 08:24:14 -0500

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

Downloads

File Size SHA-256 Checksum
neovim_0.7.2-5.dsc 2.7 KiB 1cf292d3ce2e14a648947316b09dae78e629e953698555e1495add21b7065be5
neovim_0.7.2.orig.tar.xz 7.0 MiB e4f3f60c528b3e0f268102f0522a8c8a0a8473875583b6cd1768f0ad3c85a035
neovim_0.7.2-5.debian.tar.xz 22.5 KiB 0eb71241da5cbbb3539c81ba7b76785b3ca29fe90926578128ff28be213494ca

Available diffs

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.