summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-02-28 22:44:58 +0000
committerBram Moolenaar <Bram@vim.org>2005-02-28 22:44:58 +0000
commit8cd06cabf3d33bd72b4fac7d49e95d2695a90aa8 (patch)
treed10eef0ee4ee842921b8bac967412d576c4155d2 /src/os_unix.c
parent4d01d630a52980e6fb548959a6c24c660dfbaf39 (diff)
downloadvim-git-8cd06cabf3d33bd72b4fac7d49e95d2695a90aa8.tar.gz
updated for version 7.0054
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 945092f15..c64a39e02 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -3830,6 +3830,7 @@ mch_call_shell(cmd, options)
size_t l;
/* child */
+ close(fromshell_fd);
for (;;)
{
l = STRLEN(p + written);