commit | d04a020a8a8d7a438b091d49218c438880beb50c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 23:30:18 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 23:30:18 2016 +0100 |
tree | c272db817fc2d5a0a96fd942a81a617d75f0453d | |
parent | 6650a694547eb744afa060ec62dd8270e99db9f2 [diff] [blame] |
patch 7.4.1182 Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c
diff --git a/src/gui_w48.c b/src/gui_w48.c index 1f3822b..6da1c63 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c
@@ -1779,9 +1779,10 @@ } #endif -#ifdef FEAT_NETBEANS_INTG +#ifdef FEAT_CHANNEL if (msg.message == WM_NETBEANS) { + /* TODO: channel_read(idx) */ netbeans_read(); return; }