Bram, it seems no one close the channel.
diff --git a/src/channel.c b/src/channel.c
index aa97088..0cf8718 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -1708,7 +1708,7 @@ channel_read(channel_T *channel, int part, char *func)
/* Reading a socket disconnection (readlen == 0), or a socket error.
* TODO: call error callback. */
- if (readlen <= 0 && channel->ch_job == NULL)
+ if (readlen <= 0)
{
/* Queue a "DETACH" netbeans message in the command queue in order to
* terminate the netbeans session later. Do not end the session here
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.