mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0020
This commit is contained in:
@@ -959,6 +959,12 @@ deathtrap SIGDEFARG(sigarg)
|
||||
#endif
|
||||
preserve_exit(); /* preserve files and exit */
|
||||
|
||||
#ifdef NBDEBUG
|
||||
reset_signals();
|
||||
may_core_dump();
|
||||
abort();
|
||||
#endif
|
||||
|
||||
SIGRETURN;
|
||||
}
|
||||
|
||||
@@ -2704,6 +2710,10 @@ mch_exit(r)
|
||||
return;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_NETBEANS_INTG
|
||||
if (usingNetbeans)
|
||||
netbeans_send_disconnect();
|
||||
#endif
|
||||
exit(r);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user