commit | da94fdf2588b3910d38e477a755748ce2c6d2e66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 18:09:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 18:09:10 2016 +0100 |
tree | 0b754f63290ce625420af880f4deda0616acb566 | |
parent | 9f7820f83bc994bbbecdca9483b355953f07179b [diff] [blame] |
patch 7.4.1482 Problem: "timeout" option not supported on ch_send*() and ch_eval*(). Solution: Get and use the timeout option from the argument.
diff --git a/src/version.c b/src/version.c index b7e0890..90c4ba7 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1482, +/**/ 1481, /**/ 1480,