1
0
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:
Bram Moolenaar
2016-04-30 18:07:05 +02:00
parent 715d285d79
commit 3266c85a44
4 changed files with 23 additions and 0 deletions

View File

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