neovim 0.7.2-8 source package in Ubuntu

Changelog

neovim (0.7.2-8) unstable; urgency=medium

  * Backport upstream patch, "fix(unittests): ignore __s128 and __u128 types
    in ffi", to fix FTBFS with recent Linux headers. (Closes: #1052945)

 -- James McCoy <email address hidden>  Fri, 29 Sep 2023 09:21:25 -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

Downloads

File Size SHA-256 Checksum
neovim_0.7.2-8.dsc 2.8 KiB 78e2f99454742c5d22fc6fdb52560cd32846b7f7a8d7d5e070910b7c711c300f
neovim_0.7.2.orig.tar.xz 7.0 MiB e4f3f60c528b3e0f268102f0522a8c8a0a8473875583b6cd1768f0ad3c85a035
neovim_0.7.2-8.debian.tar.xz 24.3 KiB 7fc46aff170a96a4b45841b91bffd8e6b8b5520eaf437ae7be5bece08b9f64f6

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.