commit | 833eb1d752426689051bf2001083359899536939 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 17:22:50 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 17:22:50 2016 +0100 |
tree | f91eeead037b689d8d02bd1e47704332a63d7de0 | |
parent | 2cab0e191055a8145ccd46cd52869fbb9798b971 [diff] [blame] |
patch 8.0.0097 Problem: When a channel callback consumes a lot of time Vim becomes unresponsive. (skywind) Solution: Bail out of checking channel readahead after 100 msec.
diff --git a/src/version.c b/src/version.c index e259000..076ed52 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 97, +/**/ 96, /**/ 95,