diff options
Diffstat (limited to 'src/nvim/os/pty_process_unix.c')
-rw-r--r-- | src/nvim/os/pty_process_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os/pty_process_unix.c b/src/nvim/os/pty_process_unix.c index 2aeaafe4bd..bafbfe1e4b 100644 --- a/src/nvim/os/pty_process_unix.c +++ b/src/nvim/os/pty_process_unix.c @@ -291,6 +291,5 @@ static void chld_handler(uv_signal_t *handle, int signum) proc->status = WTERMSIG(stat); } proc->internal_exit_cb(proc); - break; } } |