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.c b/src/gui.c index ec732e0..f416e54 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -5004,8 +5004,8 @@ * of the argument ending up after the shell prompt. */ msg_clr_eos_force(); gui_start(); -#ifdef FEAT_NETBEANS_INTG - netbeans_gui_register(); +#ifdef FEAT_CHANNEL + channel_gui_register_all(); #endif } if (!ends_excmd(*eap->arg))