neovim 0.9.5-6 source package in Ubuntu

Changelog

neovim (0.9.5-6) unstable; urgency=medium

  * Revert "Change packaging branch to debian/experimental"
  * Revert "CI: Set release to experimental"
  * Skip "memory usage releases memory when closing windows" for all platforms

 -- James McCoy <email address hidden>  Mon, 04 Mar 2024 09:22:50 -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.9.5-6.dsc 2.9 KiB 641525a8c3ed40f2b3c7509f33caae75c4bfac91479b9e5e3eafa000be86257f
neovim_0.9.5.orig.tar.xz 7.4 MiB b7b76435d748a0b3901ba1aba724d2bb49437ef0901961db723955762d0c77c7
neovim_0.9.5-6.debian.tar.xz 24.9 KiB 7f6461e6e11f7a4ddbac58a24b40ce9b744f990bbf63021a5c0224b4ee5e6699

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