forked from aniani/vim
patch 7.4.1811
Problem: Netbeans channel gets garbage collected. Solution: Set reference in nb_channel.
This commit is contained in:
@@ -7025,6 +7025,9 @@ garbage_collect(int testing)
|
||||
#ifdef FEAT_JOB_CHANNEL
|
||||
abort = abort || set_ref_in_channel(copyID);
|
||||
#endif
|
||||
#ifdef FEAT_NETBEANS_INTG
|
||||
abort = abort || set_ref_in_nb_channel(copyID);
|
||||
#endif
|
||||
|
||||
if (!abort)
|
||||
{
|
||||
|
Reference in New Issue
Block a user