commit | 4e86150ec5b5158da92b28938ea55819dc890a14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 20:21:49 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 20:21:49 2015 +0200 |
tree | b83b68ce4d21ccb04bec05bdddbd97c78bc679fc | |
parent | b4f6a46b01ed00b642a2271e9d1559e51ab0f2c4 [diff] [blame] |
patch 7.4.897 Problem: Freeze and crash when there is a sleep in a remote command. (Karl Yngve LervÄg) Solution: Remove a message from the queue before dealing with it. (James Kolb)
diff --git a/src/version.c b/src/version.c index 83bfe2b..71e1a2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 897, +/**/ 896, /**/ 895,