commit | 173d841e86cf205d8e398091b1da7bb4951714f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 14:02:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 14:02:26 2020 +0200 |
tree | c810c1e38699317265d103e5a85ad444d3ca4133 | |
parent | 61fbb3371ee1f6a02706f52fbe064608e159be7c [diff] [blame] |
patch 8.2.0599: Netbeans interface insufficiently tested Problem: Netbeans interface insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5921)
diff --git a/src/os_win32.c b/src/os_win32.c index 143dab9..6b32869 100644 --- a/src/os_win32.c +++ b/src/os_win32.c
@@ -2749,6 +2749,10 @@ 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);