0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

Add :nbstart and :nbclose.

This commit is contained in:
Bram Moolenaar
2010-05-22 21:34:09 +02:00
parent 67c5384434
commit b26e6327e6
34 changed files with 629 additions and 440 deletions

View File

@@ -4781,8 +4781,7 @@ ex_gui(eap)
msg_clr_eos_force();
gui_start();
#ifdef FEAT_NETBEANS_INTG
if (usingNetbeans)
netbeans_gui_register();
netbeans_gui_register();
#endif
}
if (!ends_excmd(*eap->arg))