neovim 0.4.3-2 source package in Ubuntu

Changelog

neovim (0.4.3-2) unstable; urgency=medium

  * Backport "f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL"
    from upstream to fix FTBFS on big-endian architectures.

 -- James McCoy <email address hidden>  Thu, 14 Nov 2019 22:55:58 -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.4.3-2.dsc 2.8 KiB 93dd6e2d70243bcbc1b740bc12a26c55e9064b9bff443f13ed5b9212f1d528e7
neovim_0.4.3.orig.tar.gz 9.1 MiB 91a0b5d32204a821bf414690e6b48cf69224d1961d37158c2b383f6a6cf854d2
neovim_0.4.3-2.debian.tar.xz 14.8 KiB bac7c4f032e31550f8cf19dd0a05a09d49d887ddeff2c03bc4a57ce6f34d71c0

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.