commit | ec70bdd68a531762a62728747ab529d7a6dfc842 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 22:17:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 22:17:42 2016 +0100 |
tree | af475b85074c1b1523d8eb0ea739133c6ffa802a | |
parent | 74a97b1ea0fe2c729e26718d0eec4164c8bed151 [diff] [blame] |
patch 7.4.1350 Problem: When the test server fails to start Vim hangs. Solution: Check that there is actually something to read from the tty fd.
diff --git a/src/version.c b/src/version.c index 59f7f4b..8dcd9e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1350, +/**/ 1349, /**/ 1348,