commit | 958dc6923d341390531888058495569d73c356c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 15:34:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 15:34:12 2016 +0100 |
tree | b85d5c9ae21eb2de4d63550fd13fb510dccdf5af | |
parent | 0945eaface83e78138fbd40f95cc590bab0e8c86 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 152d4d8..c683ed5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 107, +/**/ 106, /**/ 105,