neovim 0.7.2-4 source package in Ubuntu

Changelog

neovim (0.7.2-4) unstable; urgency=medium

  * Add wl-clipboard to Recommends for Wayland clipboard support
    (Closes: #1015786)
  * Bump minimum lua-nvim to 0.2.4-1 (Closes: #1027566)
  * Backport upstream patches to work with new lua-nvim version
    - fix(tests): check for EOF on exit of nvim properly
    - test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465)
    - test: deal with RPC call causing Nvim to exit later
    - test(let_spec): increase expect_exit() timeout
  * Remove libkvm-dev Build-Depends now that libuv1-dev properly includes it
  * Declare compliance with Policy 4.6.2, no changes needed
  * Adapt lintian overrides to new format
  * Switch to debhelper-compat and bump to compat 13
  * Add upstream/metadata file
  * watch: Use GitHub's tags page to detect new versions

 -- James McCoy <email address hidden>  Mon, 02 Jan 2023 18:44:00 -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-4.dsc 2.7 KiB 3f8235f1823c682b66982494566780025873cdfaab985ce6b75d5b7d689af79f
neovim_0.7.2.orig.tar.xz 7.0 MiB e4f3f60c528b3e0f268102f0522a8c8a0a8473875583b6cd1768f0ad3c85a035
neovim_0.7.2-4.debian.tar.xz 21.9 KiB 00a7b1478918fd7e377c32888e5d9063c079fc02f3ada1cba35b13be56881562

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.