forked from aniani/vim
patch 8.2.0599: Netbeans interface insufficiently tested
Problem: Netbeans interface insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5921)
This commit is contained in:
@@ -2749,6 +2749,10 @@ mch_init(void)
|
||||
void
|
||||
mch_exit(int r)
|
||||
{
|
||||
#ifdef FEAT_NETBEANS_INTG
|
||||
netbeans_send_disconnect();
|
||||
#endif
|
||||
|
||||
#ifdef VIMDLL
|
||||
if (gui.in_use || gui.starting)
|
||||
mch_exit_g(r);
|
||||
|
Reference in New Issue
Block a user