neovim 0.2.2-1 source package in Ubuntu

Changelog

neovim (0.2.2-1) unstable; urgency=medium

  * New upstream release
    + Fix crash when :terminal is resized
    + Avoid triggering memory leak in libvte-based terminals.
      https://bugzilla.gnome.org/show_bug.cgi?id=790539
    + Fix syntax error in syntax/tex.vim
  * Drop backported patches

 -- James McCoy <email address hidden>  Wed, 22 Nov 2017 07:24:29 -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.2.2-1.dsc 2.6 KiB dee465b15eedbb75e06ed8375710717add3efd8665c6b6d8064e4bf42115324c
neovim_0.2.2.orig.tar.gz 7.9 MiB 3c28c78c57f3ba4b833b1f2e1baf63ec58d61abdfa63257fc834d528598fd2a1
neovim_0.2.2-1.debian.tar.xz 11.3 KiB b5ce9575ca1edccb9d129b5b2f26f087e25f18fbaec76babe6097b13a65b1e28

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