1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-12-01 15:34:12 +01:00
parent 0945eaface
commit 958dc6923d
7 changed files with 145 additions and 19 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
107,
/**/
106,
/**/