1
0
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:
Bram Moolenaar
2020-04-19 14:02:26 +02:00
parent 61fbb3371e
commit 173d841e86
7 changed files with 787 additions and 48 deletions

View File

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