commit | b9c31e71f5a4653a27e81c21226039bfa35b9131 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 15:18:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 15:18:57 2016 +0200 |
tree | 13ab81b2945c99ef6b8f256dac36c0ea4427e394 | |
parent | 177778575148e265c0e32ec2abf2d2c615f5ead5 [diff] [blame] |
patch 8.0.0018 Problem: When using ":sleep" channel input is not handled. Solution: When there is a channel check for input also when not in raw mode. Check every 100 msec.
diff --git a/src/version.c b/src/version.c index 12c5505..eb1c4ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 18, +/**/ 17, /**/ 16,