diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-12-01 15:34:12 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-12-01 15:34:12 +0100 |
commit | 958dc6923d341390531888058495569d73c356c3 (patch) | |
tree | b85d5c9ae21eb2de4d63550fd13fb510dccdf5af /src/version.c | |
parent | 0945eaface83e78138fbd40f95cc590bab0e8c86 (diff) | |
download | vim-git-958dc6923d341390531888058495569d73c356c3.tar.gz |
patch 8.0.0107v8.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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 152d4d87c..c683ed531 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 107, +/**/ 106, /**/ 105, |