diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-28 22:44:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-28 22:44:58 +0000 |
commit | 8cd06cabf3d33bd72b4fac7d49e95d2695a90aa8 (patch) | |
tree | d10eef0ee4ee842921b8bac967412d576c4155d2 /src/os_unix.c | |
parent | 4d01d630a52980e6fb548959a6c24c660dfbaf39 (diff) | |
download | vim-git-8cd06cabf3d33bd72b4fac7d49e95d2695a90aa8.tar.gz |
updated for version 7.0054
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 1 |
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); |