A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/4154bf9b59749df0a7e68eec8f7c8fb5f2b7efc9 below:

also check for proc->out.did_eof · neovim/neovim@4154bf9 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -281,7 +281,7 @@ static void wait_eof_timer_cb(uv_timer_t *wait_eof_timer)

281 281

PtyProcess *ptyproc = wait_eof_timer->data;

282 282

Process *proc = (Process *)ptyproc;

283 283 284 -

if (proc->out.closed || !uv_is_readable(proc->out.uvstream)) {

284 +

if (proc->out.closed || proc->out.did_eof || !uv_is_readable(proc->out.uvstream)) {

285 285

uv_timer_stop(&ptyproc->wait_eof_timer);

286 286

pty_process_finish2(ptyproc);

287 287

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4