commit | 81b9d0bd5c705815e903e671e81b0b05828efd9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:20:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:20:53 2017 +0100 |
tree | 3e832c3269ad004ee414c81b5ddbd65ae93ad9d5 | |
parent | bfd830d3e2dbd1e9b14c65625f18773074e6ac67 [diff] [blame] |
patch 8.0.0492: a failing client-server request can make Vim hang Problem: A failing client-server request can make Vim hang. Solution: Add a timeout argument to functions that wait.
diff --git a/src/version.c b/src/version.c index 50b7c4a..75afd62 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 492, +/**/ 491, /**/ 490,