]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0107 v8.0.0107
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Dec 2016 14:34:12 +0000 (15:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Dec 2016 14:34:12 +0000 (15:34 +0100)
commit958dc6923d341390531888058495569d73c356c3
treeb85d5c9ae21eb2de4d63550fd13fb510dccdf5af
parent0945eaface83e78138fbd40f95cc590bab0e8c86
patch 8.0.0107
Problem:    When reading channel output in a timer, messages may go missing.
            (Skywind)
Solution:   Add the "drop" option.  Write error messages in the channel log.
            Don't have ch_canread() check for the channel being open.
runtime/doc/channel.txt
src/channel.c
src/evalfunc.c
src/message.c
src/proto/channel.pro
src/structs.h
src/version.c