1
0
forked from aniani/vim

patch 8.2.1961: various comments can be improved

Problem:    Various comments can be improved.
Solution:   Various comment adjustments.
This commit is contained in:
Bram Moolenaar
2020-11-05 20:50:51 +01:00
parent 0fd797eacd
commit 22286895fc
7 changed files with 9 additions and 3 deletions

View File

@@ -1688,7 +1688,8 @@ struct funccall_S
#ifdef FEAT_PROFILE
proftime_T prof_child; // time spent in a child
#endif
funccall_T *caller; // calling function or NULL
funccall_T *caller; // calling function or NULL; or next funccal in
// list pointed to by previous_funccal.
// for closure
int fc_refcount; // number of user functions that reference this