summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-26 23:30:18 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-26 23:30:18 +0100
commitd04a020a8a8d7a438b091d49218c438880beb50c (patch)
treec272db817fc2d5a0a96fd942a81a617d75f0453d /src/gui.c
parent6650a694547eb744afa060ec62dd8270e99db9f2 (diff)
downloadvim-git-d04a020a8a8d7a438b091d49218c438880beb50c.tar.gz
patch 7.4.1182v7.4.1182
Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui.c b/src/gui.c
index ec732e001..f416e540a 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -5004,8 +5004,8 @@ ex_gui(eap)
* 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))