commit | 4d919d748e4e435edb135aa5ccf6ee7de9212023 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 22:36:41 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 22:36:41 2016 +0100 |
tree | 6930f368370491e5774310f3ce80ab1772525049 | |
parent | a07fec9c85d062acd9dd433a2e681770f459ba47 [diff] [blame] |
patch 7.4.1263 Problem: ch_open() hangs when the server isn't running. Solution: Add a timeout. Use a dict to pass arguments. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index f76e3c5..4f8f454 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1263, +/**/ 1262, /**/ 1261,