diff src/structs.h @ 22827:20ccf5f7dc6d v8.2.1961

patch 8.2.1961: various comments can be improved Commit: https://github.com/vim/vim/commit/22286895fce0e45e42126c7f2e35ebf43bc625d9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 5 20:50:51 2020 +0100 patch 8.2.1961: various comments can be improved Problem: Various comments can be improved. Solution: Various comment adjustments.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Nov 2020 21:00:05 +0100
parents 92a100fc5e17
children 80bd5de5dcab
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -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