1
0
forked from aniani/vim

patch 7.4.1182

Problem:    Still socket code intertwined with netbeans.
Solution:   Move code from netbeans.c to channel.c
This commit is contained in:
Bram Moolenaar
2016-01-26 23:30:18 +01:00
parent 6650a69454
commit d04a020a8a
7 changed files with 696 additions and 529 deletions

View File

@@ -1779,9 +1779,10 @@ process_message(void)
}
#endif
#ifdef FEAT_NETBEANS_INTG
#ifdef FEAT_CHANNEL
if (msg.message == WM_NETBEANS)
{
/* TODO: channel_read(idx) */
netbeans_read();
return;
}