neovim 0.4.3-1 source package in Ubuntu
Changelog
neovim (0.4.3-1) unstable; urgency=medium * New upstream release + Fix crash when $CDPATH is invalid (Closes: #930079) * control: + neovim: Depend on lua-bitop when not built against LuaJIT + Build-Depend on lua-luv-dev (>= 1.30.1), per new upstream requirements + Add explicit lua-filesystem (>= 1.7) Build-Depends for tests + Build-Depend on libvterm-dev (>= 0.1), per new upstream requirements + Remove obsolete Breaks/Replaces from neovim-runtime * rules: + Explicitly use lua5.1/luajit to run functionaltest/unittest + Stop disabling jemalloc, since upstream no longer uses it * Declare compliance with Policy 4.4.1, no changes needed -- James McCoy <email address hidden> Tue, 12 Nov 2019 22:35:34 -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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
neovim_0.4.3-1.dsc | 2.8 KiB | d28ed6399a5ec7655f642fb7a481b1df8571c60f81650ebb2221dc7c462091d3 |
neovim_0.4.3.orig.tar.gz | 9.1 MiB | 91a0b5d32204a821bf414690e6b48cf69224d1961d37158c2b383f6a6cf854d2 |
neovim_0.4.3-1.debian.tar.xz | 13.9 KiB | 6b2d7bf75eadd6ecc0fdd69661b13f580fc8501f85fdcc0452e6958785a18f98 |
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.