0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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

@@ -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))