commit | 8a8199e4a1814b10630a770165502abb1121cd1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 26 15:13:33 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 26 15:13:33 2016 +0100 |
tree | c6fe9958116a7cea4ca4bcbdb18c2b3f33bf4530 | |
parent | 7554da4033498c4da0af3cde542c3e87e9097b73 [diff] [blame] |
patch 8.0.0103 Problem: May not process channel readahead. (skywind) Solution: If there is readahead don't block on input.
diff --git a/src/version.c b/src/version.c index ed6a74e..4dcbcfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 103, +/**/ 102, /**/ 101,