diff options
Diffstat (limited to 'src/nvim/eval.c')
| -rw-r--r-- | src/nvim/eval.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 57c2368523..49644d70ef 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -5845,8 +5845,8 @@ bool garbage_collect(bool testing)      garbage_collect_at_exit = false;    } -  // We advance by two because we add one for items referenced through -  // previous_funccal. +  // We advance by two (COPYID_INC) because we add one for items referenced +  // through previous_funccal.    const int copyID = get_copyID();    // 1. Go through all accessible variables and mark all lists and dicts | 
