comparison src/gui.c @ 2210:8c6a66e2b3cc vim73

Add :nbstart and :nbclose.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 21:34:09 +0200
parents d0ddf7ba1630
children 770485470e59
comparison
equal deleted inserted replaced
2209:d0ddf7ba1630 2210:8c6a66e2b3cc
4779 /* Clear the command. Needed for when forking+exiting, to avoid part 4779 /* Clear the command. Needed for when forking+exiting, to avoid part
4780 * of the argument ending up after the shell prompt. */ 4780 * of the argument ending up after the shell prompt. */
4781 msg_clr_eos_force(); 4781 msg_clr_eos_force();
4782 gui_start(); 4782 gui_start();
4783 #ifdef FEAT_NETBEANS_INTG 4783 #ifdef FEAT_NETBEANS_INTG
4784 if (usingNetbeans) 4784 netbeans_gui_register();
4785 netbeans_gui_register();
4786 #endif 4785 #endif
4787 } 4786 }
4788 if (!ends_excmd(*eap->arg)) 4787 if (!ends_excmd(*eap->arg))
4789 ex_next(eap); 4788 ex_next(eap);
4790 } 4789 }