neovim 0.7.2-6 source package in Ubuntu

Changelog

neovim (0.7.2-6) unstable; urgency=medium

  * Add tzdata as test dependency.
    Thanks to Santiago Vila for the report (Closes: #1029427)

 -- James McCoy <email address hidden>  Tue, 24 Jan 2023 17:09:12 -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-6.dsc 2.8 KiB 39c14b37256738412d9c51e7a13f317731be63a89dccd9862cf48c0326386013
neovim_0.7.2.orig.tar.xz 7.0 MiB e4f3f60c528b3e0f268102f0522a8c8a0a8473875583b6cd1768f0ad3c85a035
neovim_0.7.2-6.debian.tar.xz 22.5 KiB 47865d82cd4902d1a438c31f78b4a921115ce0c2c1928cdf3b38af7c58e97c35

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.