[neovim] branch debian/sid updated (66b9b67 -> 886e924)

James McCoy jamessan at debian.org
Sat Dec 24 21:14:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a change to branch debian/sid
in repository neovim.

      from  66b9b67   releasing package neovim version 0.1.7-1
       new  6672b04   ftplugin/man: Finish early if &filetype is not man
       new  70b08ad   Add changelog entry for ftplugin/man.vim fix
       new  c940480   test: Handle SIGHUP in tty-test fixture.
       new  bc2f564   Add changelog entry for tty-test fix
       new  21940ca   tui: "backpressure": Drop messages to avoid flooding.
       new  ae6a8c5   os/shell: Throttle :! output, pulse "..." message.
       new  37952c9   os/shell: do_os_system(): Always show last chunk.
       new  ea44619   out_data_decide_throttle(): Avoid too-small final chunk.
       new  d5c5bd1   out_data_decide_throttle(): timeout instead of hard limit.
       new  adc04bd   Add changelog entry for TUI responsiveness/OOM test fixes
       new  886e924   releasing package neovim version 0.1.7-2

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                  |  12 ++
 runtime/doc/various.txt                           |  12 +-
 runtime/doc/vim_diff.txt                          |   4 +
 runtime/ftplugin/man.vim                          |   2 +-
 src/nvim/event/loop.c                             |  16 +++
 src/nvim/event/multiqueue.c                       |  51 +++++---
 src/nvim/lib/queue.h                              |  18 ++-
 src/nvim/macros.h                                 |   3 +
 src/nvim/main.c                                   |   2 +-
 src/nvim/memory.c                                 |  31 +++--
 src/nvim/os/shell.c                               | 147 ++++++++++++++++++++--
 src/nvim/tui/input.c                              |   2 -
 src/nvim/tui/tui.c                                |  15 +++
 src/nvim/ui.c                                     |   7 +-
 src/nvim/ui_bridge.c                              |  33 ++++-
 src/nvim/ui_bridge.h                              |   2 +-
 src/nvim/version.c                                |   4 +-
 test/functional/core/job_spec.lua                 |   5 +-
 test/functional/eval/execute_spec.lua             |  17 ++-
 test/functional/fixtures/tty-test.c               |  24 +++-
 test/functional/terminal/helpers.lua              |   1 +
 test/functional/ui/output_spec.lua                |  21 ++++
 test/functional/ui/screen.lua                     |  47 +++++--
 test/unit/{queue_spec.lua => multiqueue_spec.lua} |  21 ++++
 24 files changed, 398 insertions(+), 99 deletions(-)
 rename test/unit/{queue_spec.lua => multiqueue_spec.lua} (81%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git



More information about the pkg-vim-maintainers mailing list