commit | 624891f3ef6a292b10bb17eccc48cbc6351aa1ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 16:22:09 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 16:22:09 2010 +0200 |
tree | 1e516623c17ec4e5a21b3fecf2c7054dd6046baf | |
parent | d5784f9fc4e163f0d28f96b5bb45423a5d5a719b [diff] [blame] |
updated for version 7.3.023 Problem: External program may hang when it tries to write to the tty. Solution: Don't close the slave tty until after the child exits. (Nikola Knezevic)
diff --git a/src/version.c b/src/version.c index 9db3fce..6b7742e 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 23, +/**/ 22, /**/ 21,