commit | f9f2a330b961fe1623d428b61afdc52f0af0a666 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Jun 17 20:05:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 17 20:05:40 2022 +0100 |
tree | 0dfa84d89fac5c70d3044db1e42e274752bb59e4 | |
parent | 7d149f899d423b7bf2b90d7b11ebe3e560c462b9 [diff] [blame] |
patch 8.2.5118: MS-Windows: sending a message to another Vim may hang Problem: MS-Windows: sending a message to another Vim may hang if that Vim is halted. Solution: Add a timeout to serverSendToVim(). (Ken Takata, closes #10585)
diff --git a/src/version.c b/src/version.c index 1b6fd28..6ea4a37 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5118, +/**/ 5117, /**/ 5116,