commit | 4b785f69c0616dba5d3f38e8ce4b5398cec89407 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 21:54:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 21:54:44 2016 +0100 |
tree | fea8b654714ff391135ce61da9c9d0792b7a5265 | |
parent | f422bcc7f9615fe91fa69b059cfe4785093d3d4a [diff] [blame] |
patch 8.0.0105 Problem: When using ch_read() with zero timeout, can't tell the difference between reading an empty line and nothing available. Solution: Add ch_canread().
diff --git a/src/version.c b/src/version.c index 0e3554d..02d1be4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 105, +/**/ 104, /**/ 103,