comparison src/eval.c @ 9052:3a6b66c02d6d v7.4.1811

commit https://github.com/vim/vim/commit/3266c85a44a637862b0ed6e531680c6ab2897ab5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 30 18:07:05 2016 +0200 patch 7.4.1811 Problem: Netbeans channel gets garbage collected. Solution: Set reference in nb_channel.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Apr 2016 18:15:06 +0200
parents 773d627cac0b
children 87c2e43a4a12
comparison
equal deleted inserted replaced
9051:90d5e86e27e5 9052:3a6b66c02d6d
7023 #endif 7023 #endif
7024 7024
7025 #ifdef FEAT_JOB_CHANNEL 7025 #ifdef FEAT_JOB_CHANNEL
7026 abort = abort || set_ref_in_channel(copyID); 7026 abort = abort || set_ref_in_channel(copyID);
7027 #endif 7027 #endif
7028 #ifdef FEAT_NETBEANS_INTG
7029 abort = abort || set_ref_in_nb_channel(copyID);
7030 #endif
7028 7031
7029 if (!abort) 7032 if (!abort)
7030 { 7033 {
7031 /* 7034 /*
7032 * 2. Free lists and dictionaries that are not referenced. 7035 * 2. Free lists and dictionaries that are not referenced.